We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11f082 commit 3325aabCopy full SHA for 3325aab
aws-runtime/build.gradle.kts
@@ -71,7 +71,6 @@ subprojects {
71
// FIXME Do we need a separate `KotlinNativeCompile` configuration, is configuring KotlinCompile not enough?
72
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinNativeCompile> {
73
compilerOptions {
74
- freeCompilerArgs.add("-Xjdk-release=1.8")
75
freeCompilerArgs.add("-Xexpect-actual-classes")
76
}
77
hll/build.gradle.kts
@@ -92,7 +92,6 @@ subprojects {
92
93
94
95
96
97
98
0 commit comments