mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-17 12:59:19 +00:00
Fix: Inheritance in Kotlin from an interface with @JvmDefault
This commit is contained in:
@ -45,7 +45,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = compileOptions.sourceCompatibility.toString()
|
freeCompilerArgs = ['-Xjvm-default=compatibility']
|
||||||
}
|
}
|
||||||
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
|
Reference in New Issue
Block a user