Skip to content

Commit

Permalink
Update to Kotlin 2.1 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenhag authored Nov 30, 2024
1 parent 82c16db commit 676bbb5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
agp = "8.7.2"
kotlin = "2.0.21"
kotlin = "2.1.0"
core = "1.15.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycle = "2.8.7"
activity = "1.9.3"
composeBom = "2024.10.01"
composeBom = "2024.11.00"
window = "1.3.0"
appcompat = "1.7.0"
navigation = "2.8.3"
navigation = "2.8.4"
koinBom = "4.0.0"
mockk = "1.13.13"

Expand Down Expand Up @@ -41,9 +41,7 @@ koin-compose = { group = "io.insert-koin", name = "koin-androidx-compose" }
koin-bom = { group = "io.insert-koin", name = "koin-bom", version.ref = "koinBom" }
mockk = { group = "io.mockk", name = "mockk", version.ref = "mockk" }


[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

0 comments on commit 676bbb5

Please sign in to comment.