Upgrade to Kotlin 1.6 + always instantiate annotations (#1425)

This commit is contained in:
Zac Sweers
2021-11-17 12:46:47 -05:00
committed by GitHub
parent 9440e5c7d0
commit 73553286fb
15 changed files with 96 additions and 383 deletions

View File

@@ -37,6 +37,7 @@ tasks.withType<KotlinCompile>().configureEach {
}
}
// --add-opens for kapt to work. KGP covers this for us but local JVMs in tests do not
tasks.withType<Test>().configureEach {
jvmArgs(
"--add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED",