Move sources from java to kotlin dir

pull/332/head
Koitharu 3 years ago
parent a8f5714b35
commit c3216871ed
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -42,6 +42,7 @@ android {
}
sourceSets {
androidTest.assets.srcDirs += files("$projectDir/schemas".toString())
main.java.srcDirs += 'src/main/kotlin/'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save