Skip to content

Deiufy/kotlin-native

Repository files navigation

Kotlin-native backend

Build

First, build Kotlin IR branch tree with:

pushd backend.native/kotlin-ir
ant -f ./update_dependencies.xml jb_update
ant -f ./build.xml
popd

Then, download dependencies:

gradle :dependencies:update

To build native translator just use:

gradle :backend.native:run

And it will run simple example (currently prints out IR of test file).

About

Kotlin/Native infrastructure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 77.3%
  • C++ 14.6%
  • Groovy 2.3%
  • C 2.2%
  • Objective-C++ 1.5%
  • Swift 1.0%
  • Other 1.1%