do we know if there's an update on whether we can ...
# kotlin-native
t
do we know if there's an update on whether we can change the name of the xcode framework, from
main.framework
to something customizable? there's this bug reported: https://youtrack.jetbrains.com/issue/KT-28313 which is listed as fixed, but it doesn't seem to compile. i keep getting
Copy code
Could not find method binaries() for arguments KotlinNativeTargetPreset
y
You can.
t
awesome. would you mind helping out with how i can?
This article (mine 😆 ) will be helpful.
I defined it as
ios_framework_name
in gradle file.
t
ok, i'll take a read. thank you!
👍 1
hey, i think that works!
i need to test it on xcode now, but thank you so much!
y
nice.
packForXcode
needs to be updated, too. But I describe that in same article.
t
yeah, i got too excited and didnt read it first
👍 1
Looks like it's already merged and in the FAQ