https://github.com/jonnyzzz/kotlin-native-mpp-template
Kotlin/Native MPP project template
https://github.com/jonnyzzz/kotlin-native-mpp-template
gradle-kotlin-dsl kotlin mpp multiplatform
Last synced: about 1 month ago
JSON representation
Kotlin/Native MPP project template
- Host: GitHub
- URL: https://github.com/jonnyzzz/kotlin-native-mpp-template
- Owner: jonnyzzz
- License: mit
- Created: 2019-02-21T13:45:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T16:00:27.000Z (about 6 years ago)
- Last Synced: 2025-02-26T03:41:31.653Z (about 2 months ago)
- Topics: gradle-kotlin-dsl, kotlin, mpp, multiplatform
- Homepage:
- Size: 132 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kotlin Native MPP Template
==========================This repository contains several template projects to simplify the setup of Kotlin/Native projects. Every branch includes a different example.
All projects use Gradle with Kotlin DSL and the Kotlin Multiplatform plugin. You may open the project in
[IntelliJ IDEA](https://jetbrains.com/idea),
Android Studio,
[CLion](https://jetbrains.com/clion), or
[AppCode](https://jetbrains.com/appcode)The list of Templates
=====================There are several branches ready:
- [macos-x64 branch](https://github.com/jonnyzzz/kotlin-native-mpp-template/tree/macos-x64) - macOS application
- [macos-x64+tests branch](https://github.com/jonnyzzz/kotlin-native-mpp-template/tree/macos-x64+tests) - macOS application with `kotlin.test`
- [mingw-x64 branch](https://github.com/jonnyzzz/kotlin-native-mpp-template/tree/mingw-x64) - Windows application
- [mingw-x64+tests branch](https://github.com/jonnyzzz/kotlin-native-mpp-template/tree/mingw-x64+tests) - Windows application with `kotlin.test`
- [linux-x64 branch](https://github.com/jonnyzzz/kotlin-native-mpp-template/tree/linux-x64) - Linux application
- [linux-x64+tests branch](https://github.com/jonnyzzz/kotlin-native-mpp-template/tree/linux-x64+tests) - Linux application with `kotlin.test`- [jvm](https://github.com/jonnyzzz/kotlin-native-mpp-template/tree/jvm) - Kotlin/JVM application
Missing more templates? Please contribute or create an issue!
Checkout the README of the selected branch for more instructions.
License
=======MIT.
See the `LICENSE` file in the repository