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