Skip to content

Commit e8cea40

Browse files
committed
build dependencies fixed
1 parent d270183 commit e8cea40

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
}
1+
implementation("androidx.room:room-runtime:2.6.1")
2+
implementation("androidx.room:room-ktx:2.6.1")
3+
kapt("androidx.room:room-compiler:2.6.1")
4+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
kotlin("plugin.serialization") version "2.1.20"
2+
kotlin("kapt")

0 commit comments

Comments
 (0)