Fix: Inheritance in Kotlin from an interface with @JvmDefault

This commit is contained in:
machiav3lli 2022-01-27 03:15:27 +01:00
parent f6e5c679c1
commit f5e38b1f72

View File

@ -45,7 +45,7 @@ android {
}
kotlinOptions {
jvmTarget = compileOptions.sourceCompatibility.toString()
freeCompilerArgs = ['-Xjvm-default=compatibility']
}
buildFeatures {