fixes in gradle files

This commit is contained in:
2020-11-11 16:06:44 +06:00
parent 5ebf29d1fb
commit efcb25622e
3 changed files with 11 additions and 2 deletions

View File

@@ -12,6 +12,9 @@ android {
release {
minifyEnabled false
}
debug {
debuggable true
}
}
packagingOptions {
@@ -28,4 +31,8 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
}