Use KSP for Room

This commit is contained in:
Kirill Kamakin
2022-07-29 22:06:46 +02:00
parent c07409e5e8
commit 2ab4b8dc52
2 changed files with 7 additions and 5 deletions

View File

@@ -119,4 +119,7 @@ object Dependencies {
// https://developer.android.com/studio/write/java8-support#library-desugaring
const val desugar_version = "1.1.5"
// https://github.com/google/ksp/releases
const val ksp_plugin_version = "1.7.10-1.0.6"
}