Hi! Does anyone know if there is a way to implemen...
# multiplatform
e
Hi! Does anyone know if there is a way to implement this idea https://github.com/JetBrains/kotlin-native/issues/2423#issuecomment-491252243 ? Like to have a multiplatform module built into a set of frameworks (one for each api dependency)
j
Why not split them?
e
I have a set of inter-dependent modules and want to build them into set of frameworks. If I build them separately, each framework gets its own incompatible copy of its dependencies. Here the issue is explained pretty well https://github.com/JetBrains/kotlin-native/issues/2423#issuecomment-466913808
👍 1
k
You can't do that yet. It's a pretty common issue that comes up. Some of the tracking issues around this are here: https://twitter.com/kpgalligan/status/1310588895323729926?s=20
e
Ok, I see now, thanks. The second issue is exactly what I need, thanks. Hopefully we'll have this feature soon!
👍 1