Issue#41 Copy full example into separate module with Hilt Integration

This commit is contained in:
Gergely Hegedus 2022-09-27 17:16:05 +03:00
parent 69e76dc0da
commit 52a99a82fc
229 changed files with 8416 additions and 11 deletions

View file

@ -41,12 +41,8 @@ android {
}
sourceSets {
androidTest {
// assets.srcDirs += files("$projectDir/schemas".toString())
}
test {
java.srcDirs += "src/robolectricTest/java"
// resources.srcDirs += files("$projectDir/schemas".toString())
}
}