Issue#31 Fix codeAnalysis errors

This commit is contained in:
Gergely Hegedus 2022-01-24 17:53:34 +02:00
parent b29870c90c
commit bc19355a70
3 changed files with 12 additions and 9 deletions

View file

@ -9,12 +9,6 @@ java {
targetCompatibility = JavaVersion.VERSION_1_8
}
compileKotlin {
kotlinOptions {
freeCompilerArgs += ['-Xuse-experimental=kotlinx.coroutines.ExperimentalCoroutinesApi']
}
}
kapt {
correctErrorTypes = true
}