Is it possible to publish sources for native targe...
# kotlin-native
b
Is it possible to publish sources for native targets? Something like x-sources.jar for IDEA to pick up
r
The multiplatform plugin publishes sources by default when you use
maven-publish
. But the IDE doesn't always know to open the right place when you try to view source on a native library.
b
Ah, shit