Hey all, any ideas why this isn’t importing? Thi...
# multiplatform
b
Hey all, any ideas why this isn’t importing? This is inside my androidMain
m
If, despite the red, it still builds and runs, I'm getting that too. So, in that case "it doesn't matter" (sort of). My latest guess is that I've got some plugin broken, but I'm not sure of that (either) 😕
b
I am able to import on the iOS side but not android
m
Yes, but does it actually run? There seems to be a difference between what the compiler and the checker see, in my case at least.
b
yes it does run
m
Yes, awful, isn't it! </Marvin>
z
Did you set these flags in your
gradle.properties
?
Copy code
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
l
Did you have
Android Plugin
turned ON? Turning it ON solved my issue