Skip to content

Commit

Permalink
Apply Room Gradle Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto97 committed Oct 28, 2023
1 parent 1c15e56 commit c6f81c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
id("com.google.dagger.hilt.android")
id("com.google.devtools.ksp")
id("org.gradle.android.cache-fix")
id("androidx.room") version "2.6.0"
}

val secureProperties = Properties().apply {
Expand Down Expand Up @@ -87,6 +88,10 @@ android {
composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"
}

room {
schemaDirectory("$projectDir/schemas/")
}
}

dependencies {
Expand Down

0 comments on commit c6f81c2

Please sign in to comment.