|
@@ -50,6 +50,7 @@ android {
|
|
|
}
|
|
|
|
|
|
compileOptions {
|
|
|
+ isCoreLibraryDesugaringEnabled = true
|
|
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
|
|
targetCompatibility = JavaVersion.VERSION_1_8
|
|
|
}
|
|
@@ -91,7 +92,9 @@ dependencies {
|
|
|
implementation(libs.room)
|
|
|
kapt(libs.room.compiler)
|
|
|
|
|
|
+ implementation(projects.youtubeMusic)
|
|
|
+
|
|
|
implementation(libs.guava.coroutines)
|
|
|
|
|
|
- implementation(projects.youtubeMusic)
|
|
|
+ coreLibraryDesugaring(libs.desugaring)
|
|
|
}
|