Hide cluttering koin warning, which was added in 2.2.0 and will be removed again in 2.3.0

See https://github.com/InsertKoinIO/koin/issues/939 for more details
This commit is contained in:
tzugen 2021-05-22 11:01:12 +02:00
parent 79fd1ac84f
commit 2db7d2daf1
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ android {
kotlinOptions {
jvmTarget = "1.8"
freeCompilerArgs += "-Xopt-in=org.koin.core.component.KoinApiExtension"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8