Fix tracker cancellation errors

This commit is contained in:
Koitharu
2023-01-20 14:28:59 +02:00
parent c09dd92cff
commit 2fbfd14252
5 changed files with 22 additions and 27 deletions

View File

@@ -56,6 +56,7 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
freeCompilerArgs += [
'-opt-in=kotlin.ExperimentalStdlibApi',
'-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi',
'-opt-in=kotlinx.coroutines.FlowPreview',
'-opt-in=kotlin.contracts.ExperimentalContracts',