Hey Can someone tell what is the error of this mea...
# android
v
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
You should add this Kotlin compiler option to your build file
Just careful, this article is old and compiler options changed a bit
v
Sure I'll check this thank you so much..