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 d270183 commit e8cea40Copy full SHA for e8cea40
demos/android/MASVS-STORAGE/MASTG-DEMO-0070/build.gradle.kts.libs
@@ -1,9 +1,4 @@
1
-plugins {
2
- kotlin("plugin.serialization") version "2.1.20"
3
- kotlin("kapt")
4
-}
5
-dependencies {
6
- implementation("androidx.room:room-runtime:2.6.1")
7
- implementation("androidx.room:room-ktx:2.6.1")
8
- kapt("androidx.room:room-compiler:2.6.1")
9
+implementation("androidx.room:room-runtime:2.6.1")
+implementation("androidx.room:room-ktx:2.6.1")
+kapt("androidx.room:room-compiler:2.6.1")
+
demos/android/MASVS-STORAGE/MASTG-DEMO-0070/build.gradle.kts.plugins
@@ -0,0 +1,2 @@
+kotlin("plugin.serialization") version "2.1.20"
+kotlin("kapt")
0 commit comments