Hey everyone. Using the new MPP gradle plugin, is ...
# multiplatform
s
Hey everyone. Using the new MPP gradle plugin, is it possible to have a source set that's common to all native and that's recognized by IDEA as such ?
l
If I understood you correctly, this isn’t implemented yet: https://youtrack.jetbrains.com/issue/KT-26968
s
Yeah, you understood me right. Hope this comes quick, though, as this is a major drawback for multiplatform libraries (I have 1 that contains only common native code (that uses nativeHeap), and another that has 95% of such code)...
t
@Liliia is there a similar issue for all-ios-in-one?
l
t
Yeah, like this. Thank you!