Use java instead of kotlin class root for resources
This commit is contained in:
parent
7c91904d20
commit
e287e601b2
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ loom {
|
|||
}
|
||||
|
||||
sourceSets.main {
|
||||
output.setResourcesDir(file("$buildDir/classes/kotlin/main"))
|
||||
output.setResourcesDir(file("$buildDir/classes/java/main"))
|
||||
}
|
||||
|
||||
// Dependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue