Skip to content

Commit

Permalink
Upgraded to Kotlin 2.0.0-Beta4.
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbrandt committed Feb 25, 2024
1 parent 5242304 commit 2363d9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ build/
gradle-user-home/
profile-out*/

### Kotlin
.kotlin/

### KotlinTest
.kotlintest/

Expand Down
7 changes: 0 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,5 @@ org.gradle.jvmargs=-Xmx4g
org.gradle.kotlin.dsl.skipMetadataVersionCheck=false
org.gradle.parallel=true

# Works around https://youtrack.jetbrains.com/issue/KT-50545 (at the cost of
# incremental compilation).
# https://kotlinlang.org/docs/gradle-compilation-and-caches.html#defining-kotlin-compiler-execution-strategy
kotlin.compiler.execution.strategy=in-process

kotlin.experimental.tryK2=true

dependency.analysis.autoapply=false
dependency.analysis.print.build.health=true
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ junit = "5.10.2"
koin = "3.5.3"
kotest = "5.8.0"
# Consider also `kotlinTargetVersion` in kotlin-project.gradle.kts.
kotlin = "1.9.22"
kotlin = "2.0.0-Beta4"
kotlinpoet = "1.16.0"
kotlinx-coroutines = "1.8.0"
kotlinx-dl = "0.5.2"
ksp = "1.9.22-1.0.17" # Must match Kotlin version above.
ksp = "2.0.0-Beta4-1.0.17" # Must match Kotlin version above.
mockito = "5.10.0"
mockito-kotlin = "2.2.0"
mockk = "1.13.9"
Expand Down

0 comments on commit 2363d9a

Please sign in to comment.