mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-11 16:57:20 +02:00
build: add src/*/kotlin to Java sources
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
1b0eb304de
commit
cada2353c1
|
|
@ -114,6 +114,11 @@ internal fun TestedExtension.configureCommonAndroidOptions() {
|
|||
targetSdkVersion(29)
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
named("main") { java.srcDirs("src/main/kotlin") }
|
||||
named("test") { java.srcDirs("src/test/kotlin") }
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude("**/*.version")
|
||||
exclude("**/*.txt")
|
||||
|
|
|
|||
Loading…
Reference in a new issue