Kaynağa Gözat

Chore: reformat build.gradle.kts

Kr328 4 yıl önce
ebeveyn
işleme
12c704d89c
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      service/build.gradle.kts

+ 3 - 3
service/build.gradle.kts

@@ -7,12 +7,12 @@ plugins {
 }
 
 dependencies {
-    ksp(deps.kaidl.compiler)
-    kapt(deps.androidx.room.compiler)
-
     implementation(project(":core"))
     implementation(project(":common"))
 
+    ksp(deps.kaidl.compiler)
+    kapt(deps.androidx.room.compiler)
+
     implementation(deps.kotlin.coroutine)
     implementation(deps.kotlin.serialization.json)
     implementation(deps.androidx.core)