Skip to content

Commit

Permalink
Kotlin 2.0.0-Beta1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Nov 16, 2023
1 parent fbddca7 commit 3f8e543
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
2 changes: 0 additions & 2 deletions build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ kotlin {
tasks.withType<KotlinCompile>().configureEach {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_17)
apiVersion.set(KotlinVersion.KOTLIN_2_0)
languageVersion.set(KotlinVersion.KOTLIN_2_0)
}
}

Expand Down
3 changes: 0 additions & 3 deletions build-logic/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ org.gradle.configuration-cache.problems=warn

# Kotlin code style
kotlin.code.style=official

# try K2 compiler
kotlin.experimental.tryK2=true
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ kotlin.code.style=official
kotlin.compiler.preciseCompilationResultsBackup=true
kotlin.compiler.keepIncrementalCompilationCachesInMemory=true

# try K2 compiler
kotlin.experimental.tryK2=true

# Enable AndroidX
android.useAndroidX=true

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.9.20"
ksp = "1.9.20-1.0.14"
kotlin = "2.0.0-Beta1"
ksp = "2.0.0-Beta1-1.0.14"
androidGradlePlugin = "8.3.0-alpha13"
gradle-toolchainsResolverPlugin = "0.7.0"
appVersioning = "1.3.1"
Expand All @@ -23,7 +23,7 @@ firebase-perf = "20.5.0"
firebase-perfPlugin = "1.4.2"
firebase-crashlytics = "18.5.1"
firebase-crashlyticsPlugin = "2.9.9"
androidx-compose-compiler = "1.5.4"
androidx-compose-compiler = "1.5.5-dev-k2.0.0-Beta1-06b8ae672a4"
androidx-compose-ui = "1.6.0-beta01"
androidx-compose-foundation = "1.6.0-beta01"
androidx-compose-material3 = "1.2.0-alpha11"
Expand Down

0 comments on commit 3f8e543

Please sign in to comment.