Skip to content

Commit

Permalink
chore: use K2 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
alvr committed Feb 27, 2024
1 parent b0a9243 commit 4e23f8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ kotlin.code.style=official
kotlin.incremental=true
kotlin.incremental.useClasspathSnapshot=true

# K2
kotlin.experimental.tryK2=true

# Multiplatform
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.enableCInteropCommonization=true
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ arrow = "1.2.2"
buildconfig = "5.3.5"
complete-kotlin = "1.1.0"
compose = "1.6.0"
compose-compiler = "1.5.8.1"
compose-compiler = "1.5.9-kt-2.0.0-Beta4"
datastore = "1.1.0-beta01"
destinations = "1.10.1"
detekt = "1.23.5"
Expand All @@ -19,13 +19,13 @@ koin-compose = "1.1.2"
koin-test = "3.5.3"
korge-foundation = "5.3.2"
kotest = "5.8.0"
kotlin = "1.9.22"
kotlin = "2.0.0-Beta4"
kotlinpoet = "1.16.0"
kotlinx-coroutines = "1.8.0"
kotlinx-immutable = "0.3.7"
kotlinx-serialization = "1.6.3"
kover = "0.7.6"
ksp = "1.9.22-1.0.17"
ksp = "2.0.0-Beta4-1.0.17"
ktor = "2.3.8"
lifecycle = "2.7.0"
lyricist = "1.6.2-1.8.20"
Expand Down

0 comments on commit 4e23f8f

Please sign in to comment.