Skip to content

Commit

Permalink
Update Kotlin, KSP and Compose Compiler to v2 (major) (#10)
Browse files Browse the repository at this point in the history
* Update Kotlin, KSP and Compose Compiler to v2

* add org.jetbrains.kotlin.plugin.compose

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Petrus Nguyễn Thái Học <hoc081098@gmail.com>
  • Loading branch information
renovate[bot] and hoc081098 authored Aug 28, 2024
1 parent a163c95 commit c2f666f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ plugins {
alias(libs.plugins.kotlinMultiplatform) apply false
alias(libs.plugins.kotlinxSerialization) apply false
alias(libs.plugins.kotlinParcelize) apply false
alias(libs.plugins.kotlinCompose) apply false
}
1 change: 1 addition & 0 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
alias(libs.plugins.jetbrainsCompose)
alias(libs.plugins.kotlinxSerialization)
alias(libs.plugins.kotlinParcelize)
alias(libs.plugins.kotlinCompose)
}

kotlin {
Expand Down
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ androidx-activityCompose = "1.8.2"
jetpack-compose-bom = "2024.02.02"
compose-plugin = "1.6.11"
koin = "3.5.6"
kotlin = "1.9.24"
kotlin = "2.0.20"
ktor = "2.3.12"
kamel = "0.9.5"

Expand Down Expand Up @@ -49,3 +49,4 @@ androidApplication = { id = "com.android.application", version.ref = "agp" }
kotlinMultiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinxSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
kotlinParcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
kotlinCompose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

0 comments on commit c2f666f

Please sign in to comment.