File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -49,24 +49,6 @@ subprojects {
4949 group = rootProject.group
5050
5151 val kotlinApiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion .KOTLIN_1_8
52- subproject.tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > ().configureEach {
53- kotlinOptions {
54- jvmTarget = " 11"
55- freeCompilerArgs + = listOf (" -Xjvm-default=all-compatibility" )
56- if (! name.lowercase().contains(" test" )) {
57- apiVersion = kotlinApiVersion.version
58- }
59- }
60- }
61- subproject.tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile > ().configureEach {
62- kotlinOptions {
63- jvmTarget = " 11"
64- freeCompilerArgs + = listOf (" -Xjvm-default=all-compatibility" )
65- if (! name.lowercase().contains(" test" )) {
66- apiVersion = kotlinApiVersion.version
67- }
68- }
69- }
7052
7153 subproject.plugins.withType<JavaPlugin > {
7254 subproject.extensions.configure<JavaPluginExtension > {
You can’t perform that action at this time.
0 commit comments