Join Slack
Powered by
Has anyone shipped a kotlin native framework with ...
# kotlin-native
s
spierce7
02/18/2024, 12:52 AM
Has anyone shipped a kotlin native framework with swift package manager?
h
hfhbd
02/18/2024, 1:04 AM
Yes, SPM supports binary XCFrameworks out of the box.
s
spierce7
02/18/2024, 2:06 AM
@hfhbd
any information on how?
h
hfhbd
02/18/2024, 7:17 AM
https://github.com/hfhbd/ComposeTodo/blob/main/iosLib/Package.swift
hfhbd
02/18/2024, 7:19 AM
And to build the XCFramework:
https://github.com/hfhbd/ComposeTodo/blob/main/clients/build.gradle.kts
s
spierce7
02/18/2024, 5:52 PM
thanks!
4
Views
Open in Slack
Previous
Next