Skip to content

Commit ea4d185

Browse files
committed
Remove redundant build config for Kotlin
1 parent 451374d commit ea4d185

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -224,16 +224,9 @@ configure(javaProjects) { subproject ->
224224
kotlinOptions {
225225
languageVersion = '1.7'
226226
apiVersion = '1.7'
227-
freeCompilerArgs = ['-Xjsr305=strict', '-Xsuppress-version-warnings', '-opt-in=kotlin.RequiresOptIn']
228227
allWarningsAsErrors = true
229228
}
230229
}
231-
compileTestKotlin {
232-
kotlinOptions {
233-
languageVersion = '1.8'
234-
freeCompilerArgs = ['-Xjsr305=strict', '-opt-in=kotlin.RequiresOptIn']
235-
}
236-
}
237230

238231
tasks.withType(JavaCompile).configureEach {
239232
options.fork = true

0 commit comments

Comments
 (0)