Join Slack
Powered by
Hi! Does anyone know if there is a way to implemen...
# multiplatform
e
Eugeny Sentsov
12/23/2020, 9:21 AM
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
Javier
12/23/2020, 9:29 AM
Why not split them?
e
Eugeny Sentsov
12/23/2020, 9:32 AM
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
kpgalligan
12/23/2020, 11:37 AM
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
Eugeny Sentsov
12/23/2020, 11:45 AM
Ok, I see now, thanks. The second issue is exactly what I need, thanks. Hopefully we'll have this feature soon!
👍 1
Open in Slack
Previous
Next