Giter VIP home page Giter VIP logo

common-kotlin-native's Introduction

Muiltiplatform Kotlin Native project

Inspired by: https://github.com/JetBrains/kotlin-native/tree/master/samples/calculator

###Building with Kotlin native Requirements

Gradle plugin 4.6+ required Configuration on demand must be turned off (Preferences -> Build, Execution, Development -> Compiler)

###Kotlin Native repo https://github.com/JetBrains/kotlin-native

###Kotlin Native Sample projects https://github.com/JetBrains/kotlin-native/tree/master/samples

###Konan Gradle Plugin https://github.com/JetBrains/kotlin-native/blob/master/GRADLE_PLUGIN.md

###Common kotlin projects https://kotlinlang.org/docs/reference/multiplatform.html kotlin-platform-common to the common module kotlin-stdlib-common to the common module kotlin-platform-android to the android module

Modules using the common library should add expectedBy to their application level gradle files

dependencies {
    // ... other dependencies here
    
    expectedBy project(":common")
}

iOS Framework

iOS is built using a custom run script in the target's framework Build Phase that activates gradle's build process and compiles the needed framework files to the project files in Xcode

###Pitfalls

  • Experimental and still in beta
  • Requires Gradle 4.6+
  • Kotlin multiplatform projects are somewhat finnicky to create (especially in AS)
  • No real IDE support yet except for AppCode and CLion or Kotlin Native outside of gradle plugin
  • iOS is unnatural folder structure. Has to be created within the root project (/root/ios/project.pbxproj). Manual manipulation may be required

Gotchas

  • Kotlin Konan plugin defaults to /src/main/kotlin. Srcdir will need to be set if this is not the case for the common module.

common-kotlin-native's People

Contributors

adamboerema avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.