Cleanup MangaSource fields

This commit is contained in:
Koitharu
2022-01-16 19:19:40 +02:00
parent ba30690d26
commit 722b6d1e59
14 changed files with 41 additions and 60 deletions

View File

@@ -59,6 +59,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
jvmTarget = JavaVersion.VERSION_1_8.toString()
freeCompilerArgs += [
'-Xopt-in=kotlinx.coroutines.ExperimentalCoroutinesApi',
'-Xopt-in=kotlinx.coroutines.FlowPreview',
'-Xopt-in=kotlin.contracts.ExperimentalContracts',
]
}