Tadeas Kriz
12/17/2024, 5:02 PMjvm()
and one is targeting all the iOS targets. Most of the classes in these two libraries have the same declarations, but weren't made as a single KMP library so there's no commonMain
with expect
declarations. We need to use these two from commonMain
and I'm wondering if there's a way to commonize them without having to do it manually?Michael Krussel
12/17/2024, 6:12 PMTadeas Kriz
12/17/2024, 6:14 PMMichael Krussel
12/17/2024, 6:15 PMrusshwolf
12/17/2024, 9:33 PMTadeas Kriz
12/18/2024, 8:15 PMNativeKlibCommonize
commonizer task which is the one used for cinterop commonization for example works with KonanTarget
type and that's only for Kotlin/Native targets.russhwolf
12/18/2024, 8:21 PMrusshwolf
12/18/2024, 8:22 PMTadeas Kriz
12/18/2024, 8:24 PMTadeas Kriz
12/18/2024, 8:41 PM