I just watched <this talk from KotlinConf about pa...
# kotlin-native
e
I just watched

this talk from KotlinConf about partial linking

and it seems backwards to me. Wouldn't you want this to fail at compile time so that it doesn't fail at runtime? I haven't worked much with K/N so maybe I'm missing something.
2
s
No, pretty sure you do not want that. Let's talk about it on the next Multiplatform insiders Meetup!
But overall: it's extremely complicated to build up a ecosystem and partial linkage will warn you, but will not block you! Also you can configure it to fail!
e
Thanks, looking forward to discussing at the meetup!