Skip to content

Commit

Permalink
Move sourceset root to kotlin.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Sep 14, 2024
1 parent 00117b1 commit ac54964
Show file tree
Hide file tree
Showing 70 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ android {
sourceSets {
// common source set for dev and prod
named(ProductFlavors.Dev) {
java.srcDir("src/devAndProd/java")
kotlin.srcDir("src/devAndProd/kotlin")
}
named(ProductFlavors.Prod) {
java.srcDir("src/devAndProd/java")
kotlin.srcDir("src/devAndProd/kotlin")
}
}

Expand Down

0 comments on commit ac54964

Please sign in to comment.