Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.01 KB

Swift4j Toolkit Examples

The repository contains ready to build usage examples for the Swift4j Toolkit. To build any example just clone the repository and follow intstructions below.

Description

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

Getting Started

Prerequisites

  • Swift4j Prerequisites

  • Kotlin

    • Gradle >= 8.5
  • Android

    • Android Studio Ladybug (earlier version may work as well)

Usage

Kotlin

Just navigate to an example folder inside the Kotlin folder and execute:

./gradlew run

Android

Open an example folder located in the Android folder in the Android Studio, then build or run the app.