Skip to content

Commit 5ee60c7

Browse files
committed
Simplify sourceSet
1 parent 510a2b4 commit 5ee60c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

okio/build.gradle.kts

+1-3
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ kotlin {
194194
}
195195
}
196196

197-
val java9 by sourceSets.creating {
198-
java.srcDir("src/jvmMain/java9")
199-
}
197+
val java9 by sourceSets.creating
200198

201199
configurations.named("java9CompileClasspath") {
202200
extendsFrom(configurations["jvmCompileClasspath"])

0 commit comments

Comments
 (0)