Skip to content

Commit

Permalink
Update dependency com.github.tschuchortdev:kotlin-compile-testing-ksp…
Browse files Browse the repository at this point in the history
… to v1.6.0 (#296)
  • Loading branch information
juul-mobile-bot authored Jun 3, 2024
1 parent 5756e87 commit 8182962
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions compile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ apply(from = rootProject.file("gradle/jacoco.gradle.kts"))
kotlin {
explicitApi()
jvmToolchain(libs.versions.jvm.toolchain.get().toInt())
sourceSets.all {
languageSettings.optIn("org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi")
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assertj = { module = "org.assertj:assertj-core", version = "3.26.0" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.17.0" }
kotlin-parcelize-runtime = { module = "org.jetbrains.kotlin:kotlin-parcelize-runtime", version.ref = "kotlin" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "2.0.0-1.0.21" }
ksp-testing = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version = "1.5.0" }
ksp-testing = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version = "1.6.0" }
robolectric = { module = "org.robolectric:robolectric", version = "4.12.2" }
tuulbox-logging = { module = "com.juul.tuulbox:logging", version = "7.2.0" }

Expand Down

0 comments on commit 8182962

Please sign in to comment.