Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Use non-deprecated Kotlin experimental flag

Cette révision appartient à :
arkon 2020-04-19 12:04:08 -04:00
Parent bd20977ebc
révision ed51989796

Voir le fichier

@ -281,7 +281,7 @@ repositories {
// See https://kotlinlang.org/docs/reference/experimental.html#experimental-status-of-experimental-api-markers
tasks.withType(org.jetbrains.kotlin.gradle.tasks.AbstractKotlinCompile).all {
kotlinOptions.freeCompilerArgs += ["-Xuse-experimental=kotlin.Experimental"]
kotlinOptions.freeCompilerArgs += ["-Xopt-in=kotlin.Experimental"]
}
// Duplicating Hebrew string assets due to some locale code issues on different devices