Skip to content

Commit

Permalink
Update to Kotlin 2
Browse files Browse the repository at this point in the history
  • Loading branch information
janseeger committed May 23, 2024
1 parent 001c625 commit 8b92a06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions dachlatten-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id("kotlin-library-unit-test")
id("android-library-robolectric-test")
id("android-library-release")
alias(libs.plugins.compose.compiler)
}

dependencies {
Expand All @@ -19,10 +20,6 @@ dependencies {
}

android {
composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
}

buildFeatures {
compose = true
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[versions]
agp = "8.4.1"
kotlin = "1.9.23"
compose-compiler = "1.5.11"
kotlin = "2.0.0"

android-support-annotations = "28.0.0"
androidx-activity = "1.9.0"
Expand Down Expand Up @@ -66,3 +65,4 @@ android-library = { id = "com.android.library", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kover-plugin = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

0 comments on commit 8b92a06

Please sign in to comment.