Enable desugaring (#37)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user