Skip to content

Commit

Permalink
cleaned up import
Browse files Browse the repository at this point in the history
  • Loading branch information
prapooskur committed Jan 21, 2024
1 parent eec1fe2 commit ce3c284
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ dependencies {
implementation(platform("io.github.jan-tennert.supabase:bom:$supabaseVersion"))
implementation("io.github.jan-tennert.supabase:postgrest-kt")

val room_version = "2.6.1"

implementation("androidx.room:room-runtime:$room_version")
annotationProcessor("androidx.room:room-compiler:$room_version")

ksp("androidx.room:room-compiler:$room_version")




}

0 comments on commit ce3c284

Please sign in to comment.