Skip to content

Commit

Permalink
Update KCT
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Nov 20, 2023
1 parent 8d8d6a8 commit 7cfb278
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ incap = "1.0.0"
jdk = "20"
jvmTarget = "11"
kotlin = "2.0.0-Beta1"
kotlinCompileTesting = "0.4.0"
kotlinCompileTesting = "0.5.0-alpha01"
kotlinpoet = "1.15.0"
ksp = "2.0.0-Beta1-1.0.14"
ktfmt = "0.46"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,6 @@ class MoshiIrVisitorTest(private val useK2: Boolean) {
sources = sourceFiles.asList()
verbose = false
jvmTarget = JvmTarget.fromString(System.getProperty("moshix.jvmTarget"))!!.description
supportsK2 = true
// Necessary for K2 testing, even if useK2 itself isn't part of this test!
kotlincArguments += listOf("-Xskip-prerelease-check", "-Xallow-unstable-dependencies")
if (this@MoshiIrVisitorTest.useK2) {
Expand Down

0 comments on commit 7cfb278

Please sign in to comment.