Issue#3 Start exporting schemas

This commit is contained in:
Gergely Hegedus 2022-01-23 10:07:42 +02:00
parent fa1fc49d0b
commit 4a1254d092
3 changed files with 45 additions and 1 deletions

View file

@ -17,6 +17,12 @@ android {
versionName "1.0"
buildConfigField "String", "BASE_URL", '"https://606844a10add49001733fe6b.mockapi.io/"'
kapt {
arguments {
arg("room.schemaLocation", "$projectDir/schemas")
}
}
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}