Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.1 KB

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.