Is there a way to specify the framework name gener...
# multiplatform
m
Is there a way to specify the framework name generated by iOS target? The example project generates
main.framework
and I haven't found a way to change this. https://github.com/JetBrains/kotlin-examples/blob/master/tutorials/mpp-iOS-Android/SharedCode/build.gradle
m
@olonho
-module-name
option changes the prefix of framework classes, but does not rename the framework itself, it is still called
main
@Jonas Bark binaries dsl with baseName works great, thanks!
🤝 1
s
That information needs to be in the FAQ. Thanks @Jonas Bark
o
@Sebastian Keller we always welcome contributions, especially in docs area
s