Skip to content

Commit

Permalink
Merge pull request #11 from terrakok/upd_versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
terrakok authored May 22, 2024
2 parents ada11d5 + 7b63afe commit 0a63d7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ plugins {
alias(libs.plugins.multiplatform).apply(false)
alias(libs.plugins.compose).apply(false)
alias(libs.plugins.android.application).apply(false)
alias(libs.plugins.composeCompiler).apply(false)
}
1 change: 1 addition & 0 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
alias(libs.plugins.multiplatform)
alias(libs.plugins.compose)
alias(libs.plugins.android.application)
alias(libs.plugins.composeCompiler)
}

kotlin {
Expand Down
7 changes: 4 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]

kotlin = "2.0.0-RC1"
kotlin = "2.0.0"
agp = "8.2.2"
compose = "1.6.10-beta02"
compose = "1.6.10"
androidx-activityCompose = "1.8.2"
materialKolor = "1.4.4"
materialKolor = "1.5.1"

[libraries]

Expand All @@ -14,5 +14,6 @@ materialKolor = { module = "com.materialkolor:material-kolor", version.ref = "ma
[plugins]

multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
android-application = { id = "com.android.application", version.ref = "agp" }

0 comments on commit 0a63d7f

Please sign in to comment.