mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-01 14:55:19 +00:00
build: add src/*/kotlin to Java sources
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
@@ -114,6 +114,11 @@ internal fun TestedExtension.configureCommonAndroidOptions() {
|
|||||||
targetSdkVersion(29)
|
targetSdkVersion(29)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sourceSets {
|
||||||
|
named("main") { java.srcDirs("src/main/kotlin") }
|
||||||
|
named("test") { java.srcDirs("src/test/kotlin") }
|
||||||
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
exclude("**/*.version")
|
exclude("**/*.version")
|
||||||
exclude("**/*.txt")
|
exclude("**/*.txt")
|
||||||
|
Reference in New Issue
Block a user