The repository contains ready to build usage examples for the Swift4j Toolkit. To build any example just clone the repository and follow intstructions below.
The repository is strcutured as following:
-
Packages: contain Swift packages that export classes using the swift4j package that are used in example applications
-
Kotlin: example applications written in Kotlin
-
Android: Android applications
-
Kotlin
- Gradle >= 8.5
-
Android
- Android Studio Ladybug (earlier version may work as well)
Just navigate to an example folder inside the Kotlin
folder and execute:
./gradlew run
Open an example folder located in the Android
folder in the Android Studio, then build or run the app.