Is there a way to use platformLibs on platforms th...
# kotlin-native
s
Is there a way to use platformLibs on platforms that are different from the dev environment? You wouldn't be able to say, build macosX64 on a mingwX64 platform, but you could at least write the code there leveraging the prebuilt platform libs. Currently the gradle plugin will only add prebuilt libs for the current environment.