rudolf.hladik
06/09/2021, 4:50 PMopen class SomeOpenClass
in my library named e.g. MyKmmLibrary
if the user use it in the kmm app the open class will have the swift name MyKmmLibrarySomeOpenClass
which is terrible, is there a way to force it to be named just SomeOpenClass
?Kris Wong
06/09/2021, 4:54 PMrudolf.hladik
06/09/2021, 4:55 PMKris Wong
06/09/2021, 5:12 PMephemient
06/09/2021, 6:33 PMKris Wong
06/09/2021, 6:37 PMephemient
06/09/2021, 6:44 PMTijl
06/09/2021, 7:17 PMtransitiveExport = true
will use just the plain name (no prefixes), but as the name suggest, it will export all your api
dependencies tooborisdamato
06/10/2021, 9:51 AM