swift-klib-plugin
Gradle Plugin for injecting Swift code into Kotlin Multiplatform Mobile shared module
File Explorer
Download Latest Version (.zip)- Release.yml
- Test.yml
- swiftklib-dark.svg
- swiftklib-light.svg
- MainActivity.kt
- MyApplicationTheme.kt
- styles.xml
- AndroidManifest.xml
- build.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- Contents.json
- Contents.json
- Contents.json
- Contents.json
- ContentView.swift
- Info.plist
- iOSApp.swift
- project.pbxproj
- KotlinWrappers.swift
- AndroidFileHasher.kt
- FileHasher.kt
- IosFileHasher.kt
- build.gradle.kts
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- HelloSwift.swift
- GreetingTest.kt
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle.kts
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- CompileSwiftTask.kt
- CompileTargetExt.kt
- CreatePackageSwift.kt
- StringReplacingOutputStream.kt
- CompileTarget.kt
- SwiftKlibEntry.kt
- SwiftKlibPlugin.kt
- CinteropModulesTest.kt
- build.gradle.kts
- .editorconfig
- .gitignore
- build.gradle.kts
- CHANGELOG.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle.kts
๐ Installation Guide
1. Get the code
git clone https://github.com/ttypic/swift-klib-plugin
Downloads the entire project code from GitHub to your computer.
cd swift-klib-plugin
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- 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.
url = uri("https://plugins.gradle.org/m2/")
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
Was this content helpful?
(0 ratings)
