mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 03:12:15 +00:00
Add: Room dependency
This commit is contained in:
parent
22f3e188b1
commit
88fce8d15d
@ -16,6 +16,7 @@ buildscript {
|
||||
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: "kotlin-kapt"
|
||||
|
||||
android {
|
||||
|
||||
@ -122,4 +123,7 @@ dependencies {
|
||||
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0'
|
||||
implementation 'io.coil-kt:coil:1.4.0'
|
||||
implementation 'com.github.topjohnwu.libsu:core:3.1.2'
|
||||
implementation "androidx.room:room-runtime:2.3.0"
|
||||
implementation "androidx.room:room-ktx:2.3.0"
|
||||
kapt "androidx.room:room-compiler:2.3.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user