Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jul 9, 2023
1 parent f38e4e1 commit bc93489
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,9 @@ subprojects {

tasks.withType<KotlinCompile>().configureEach {
compilerOptions {
// TODO kotlin 1.9.0
// progressiveMode.set(true)
if (project.name != "sample") {
jvmTarget.set(libs.versions.jvmTarget.map(JvmTarget::fromTarget))
}
freeCompilerArgs.addAll("-Xjsr305=strict", "-progressive")
progressiveMode.set(true)
jvmTarget.set(libs.versions.jvmTarget.map(JvmTarget::fromTarget))
freeCompilerArgs.addAll("-Xjsr305=strict")
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
autoService = "1.1.1"
kct = "0.2.1"
kct = "0.3.0"
kotlin = "1.9.0"
jdk = "20"
jvmTarget = "11"
ksp = "1.8.22-1.0.11"
ksp = "1.9.0-1.0.11"
ktfmt = "0.44"

[plugins]
Expand Down

0 comments on commit bc93489

Please # to comment.