https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
b

bod

02/18/2022, 5:14 PM
Hello, World! Hey I’m getting an
Inheritance from an interface with '@JvmDefault' members is only allowed with -Xjvm-default option
error when implementing an interface which doesn’t have any default methods (okio’s Source) 🤔.  What am I missing? (have this on an MP project, works without issue on a regular JVM project)
👀 1
looks like it may be this issue