Skip to content

Commit

Permalink
feat: Export room schemas
Browse files Browse the repository at this point in the history
Change-Id: I7f7bb8ac87362ad9be267011a2d845727193aa88
  • Loading branch information
XayahSuSuSu committed Sep 30, 2023
1 parent e23b7b1 commit aa5dcc4
Show file tree
Hide file tree
Showing 3 changed files with 582 additions and 7 deletions.
10 changes: 4 additions & 6 deletions source/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ android {
vectorDrawables {
useSupportLibrary = true
}

javaCompileOptions {
annotationProcessorOptions {
arguments += "room.schemaLocation" to "$projectDir/schemas"
}
}
}

// __(API)_(feature)_(abi)___(version)
Expand Down Expand Up @@ -170,3 +164,7 @@ dependencies {
kapt {
correctErrorTypes = true
}

ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}
Loading

0 comments on commit aa5dcc4

Please sign in to comment.