We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e730c commit cebe8c0Copy full SHA for cebe8c0
app/build.gradle
@@ -5,6 +5,7 @@ plugins {
5
id 'kotlin-kapt'
6
id 'com.google.devtools.ksp'
7
id 'com.squareup.anvil'
8
+ id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.0'
9
}
10
apply from: '../versioning.gradle'
11
apply from: "$rootDir/code-formatting.gradle"
@@ -466,7 +467,7 @@ dependencies {
466
467
ksp AndroidX.room.compiler
468
testImplementation AndroidX.room.testing
469
androidTestImplementation AndroidX.room.testing
- androidTestImplementation AndroidX.room.runtime
470
+ debugImplementation AndroidX.room.testing
471
472
// WorkManager
473
implementation AndroidX.work.runtimeKtx
0 commit comments