Skip to content

sebarthel89/example-kmp-swift-package

Repository files navigation

Kotlin multiplatform project example with swift package manager deployment

Build targets

./gradlew clean build

Afterwards, IOS frameworks are located in:

  • ./build/bin/iosArm64
  • ./build/bin/iosX64

To build a fat framework you can:

universalFrameworkRelease

Afterwards, the fat (simulator + ios) framework is located in:

  • ./build/bin/universal

Build a swift package:

./gradlew createXCFramework

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages