tylerwilson
11/20/2024, 3:11 PMFedor Ihnatkevich
11/20/2024, 4:27 PMtylerwilson
11/20/2024, 4:44 PMimport org.jetbrains.kotlin.gradle.plugin.mpp.apple.XCFramework
and then
val xcf = XCFramework("SharedCode")
and then
xcf.add(this)
and this generates an XCFramework with all the mentioned iOS/macOS/watchOS bits.Fedor Ihnatkevich
11/20/2024, 4:47 PMtylerwilson
11/20/2024, 4:48 PMFedor Ihnatkevich
11/20/2024, 4:54 PM