Issue#48 Update readme
This commit is contained in:
parent
f9a1bfbb0d
commit
f8226368f0
2 changed files with 18 additions and 23 deletions
|
|
@ -38,7 +38,7 @@ android {
|
|||
|
||||
sourceSets {
|
||||
androidTest {
|
||||
// java.srcDirs += "src/sharedTest/java"
|
||||
java.srcDirs += "src/sharedTest/java"
|
||||
assets.srcDirs += files("$projectDir/schemas".toString())
|
||||
}
|
||||
test {
|
||||
|
|
@ -82,7 +82,6 @@ dependencies {
|
|||
implementation "io.coil-kt:coil:$coil_version"
|
||||
|
||||
implementation project(":core")
|
||||
releaseImplementation project(":core")
|
||||
|
||||
testImplementation "androidx.room:room-testing:$androidx_room_version"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-engine:$testing_junit5_version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue