This example shows how to integrate a kotlin multiplatform library into a MacOS application
The integration with the example project is done through the Cocoapods dependency manager To get started:
- Run a full build of the root project (
./gradle build
should do the trick) - Run
pod install
in the current directory - Open the workspace instead of the project:
open PassGarbleMac.xcworkspace