We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451374d commit ea4d185Copy full SHA for ea4d185
build.gradle
@@ -224,16 +224,9 @@ configure(javaProjects) { subproject ->
224
kotlinOptions {
225
languageVersion = '1.7'
226
apiVersion = '1.7'
227
- freeCompilerArgs = ['-Xjsr305=strict', '-Xsuppress-version-warnings', '-opt-in=kotlin.RequiresOptIn']
228
allWarningsAsErrors = true
229
}
230
231
- compileTestKotlin {
232
- kotlinOptions {
233
- languageVersion = '1.8'
234
- freeCompilerArgs = ['-Xjsr305=strict', '-opt-in=kotlin.RequiresOptIn']
235
- }
236
237
238
tasks.withType(JavaCompile).configureEach {
239
options.fork = true
0 commit comments