Commit eb160e3a authored by Him188's avatar Him188

Remove redundant srcPath

parent df000947
...@@ -92,7 +92,6 @@ kotlin { ...@@ -92,7 +92,6 @@ kotlin {
runtimeOnly(files("build/classes/kotlin/metadata/test")) // classpath is not properly set by IDE runtimeOnly(files("build/classes/kotlin/metadata/test")) // classpath is not properly set by IDE
} }
kotlin.setSrcDirs(listOf("src/$name/kotlin"))
} }
val androidMain by getting { val androidMain by getting {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment