Hello, I have a multiplateform project build with the multi kotlin plateform gradle plugin.
I try to build libs who will be used by other object. Thoses lib are 100% kotlin, no extern dependency.
I target jvm and js … , but I want to be able also to use this libs in the common part of other multiplateform project. In other way, I also need to target uncompiled kotlin.
How do I do that?