|
|
|
|
|
by abewhite
652 days ago
|
|
- The LGPL license for Skip's libraries is the same license used in projects like WebKit. It does not interfere with using Skip in commercial, closed-source apps. - Skip is based on Swift Package Manager and fully both dual-platform and iOS and Android-specific dependencies. - Skip has a suite of dual-platform libraries, and for anything that isn't covered, multiple techniques for integrating platform-specific code and libraries. These include being able to use Kotlin right inline with your Swift and mix Compose code in with your SwiftUI. https://skip.tools/docs/platformcustomization/ https://skip.tools/docs/dependencies/#implementation |
|