Update kotlin version, use MPP, update komp version

This commit is contained in:
2021-02-13 12:05:44 +01:00
parent 8247e5983f
commit 81a6ff8f58
21 changed files with 387 additions and 385 deletions

11
settings.gradle.kts Normal file
View File

@@ -0,0 +1,11 @@
pluginManagement {
repositories {
mavenCentral()
maven { setUrl("https://plugins.gradle.org/m2/") }
}
}
rootProject.name = "komp-todo"
enableFeaturePreview("GRADLE_METADATA")