https://kotlinlang.org logo
#android
Title
# android
v

Vivek Modi

07/07/2022, 2:35 PM
Hey Can someone tell what is the error of this mean?
e: /Users/vmodi/AndroidStudioProjects/AndroidApp/app/src/main/java/com/abc/app/notifications/BrazeNavigator.kt: (17, 7): Inheritance from an interface with '@JvmDefault' members is only allowed with -Xjvm-default option
Copy code
class BrazeNavigator : IBrazeDeeplinkHandler, KoinComponent {
}
So how can I fix this?
g

gildor

07/08/2022, 9:22 AM
You should add this Kotlin compiler option to your build file
Just careful, this article is old and compiler options changed a bit
v

Vivek Modi

07/08/2022, 9:26 AM
Sure I'll check this thank you so much..
6 Views