Set Room schemas export location
This commit is contained in:
parent
60f99bb8f9
commit
df53280b2d
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ plugins {
|
|||
id("org.jetbrains.kotlin.android")
|
||||
id("com.google.devtools.ksp")
|
||||
}
|
||||
ksp {
|
||||
arg("room.schemaLocation", "$projectDir/schemas")
|
||||
}
|
||||
|
||||
val baseVersionName = "1.0.0"
|
||||
val commitHash by lazy { "git rev-parse --short HEAD".exec() }
|
||||
|
|
|
|||
Loading…
Reference in a new issue