Skip to content

shahrukhahmed94/RoomKMProject

Repository files navigation

Kotlin 2.0 Compose Multiplatform Project with Room

This project showcases the configuration and usage of Room within a Kotlin 2.0 Compose Multiplatform (KMP) application. It includes essential database operations such as inserting, deleting, and managing person entities. The goal is to demonstrate efficient database management and seamless integration in a multiplatform environment.

Features

  • Room Configuration: Set up and configure Room for database management in a KMP project.
  • Database Operations: Perform basic CRUD operations, including:
    • Inserting a person
    • Deleting a person
    • Updating person details
    • Retrieving person information

Getting Started

Follow these steps to get started with the project:

Prerequisites

  • Kotlin 2.0
  • Android Studio or IntelliJ IDEA
  • Compose Multiplatform dependencies

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/kmp-room-compose.git
    
  2. Open the project in your preferred IDE.

  3. Sync the project with Gradle files to download the necessary dependencies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published