Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.59 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.59 KB

[Template] KMP Android And Desktop

Kotlin Multiplatform project template with Android and desktop targets, and Compose Multiplatform.

Versions

Latest update 2024-03-20:

  • Kotlin: 1.9.22
  • AGP: 8.2.2
  • Gradle: 8.2.1
  • JDK: 17
  • CMP: 1.6.1 (Jetpack Compose 1.6.3)
  • Android SDK: 34

Build

To build this project, the JDK (Java Development Kit) and the Android SDK are required. I recommend using Intellij IDEA as the IDE, with the Android, Jetpack Compose and Compose Multiplatform plugins installed.

You can get the JDK and Android SDK directly from Intellij IDEA.

Use run configurations to get started.

run-android.png

Screenshots

Android Desktop
android.png desktop

Docs

Examples

Wizard & Templates