Skip to content

Commit 8d31613

Browse files
Paul Rybitskyitschuchortdev
authored andcommitted
Remove explicit jvmTarget specification
1 parent fab8ec9 commit 8d31613

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,4 @@ subprojects {
157157
}
158158

159159
sourceCompatibility = 1.8
160-
161-
compileKotlin {
162-
kotlinOptions.jvmTarget = "1.8"
163-
}
164-
165-
compileTestKotlin {
166-
kotlinOptions.jvmTarget = "1.8"
167-
}
168160
}

0 commit comments

Comments
 (0)