moko-kswift

(β˜… 356)

Swift-friendly api generator for Kotlin/Native frameworks

  • .gitignore
  • build.gradle.kts
  • CONTRIBUTING.md
  • gradle.properties
  • gradlew
  • gradlew.bat
  • LICENSE.md
  • README.md
  • settings.gradle.kts

# Installation Guide

1. Get the code
git clone https://github.com/icerockdev/moko-kswift

Downloads the entire project code from GitHub to your computer.

cd moko-kswift

Moves into the project folder you just downloaded.

2. Gradle (Java/Kotlin)

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java/Kotlin projects.
  • Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
classpath("dev.icerock.moko:kswift-gradle-plugin:0.7.0")

Builds the project using Gradle.

implementation("com.android.tools.build:gradle:7.0.0")

Builds the project using Gradle.

implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21")

Builds the project using Gradle.

implementation("dev.icerock.moko:kswift-gradle-plugin:0.7.0")

Builds the project using Gradle.

./gradlew kSwiftmpp_library_podsPodspec

Builds the project using Gradle.

βœ… A BUILD SUCCESSFUL message means it worked. The output is created under build/.

Pulled directly from this repo's README.

// repository documentation