Skip to content

sbogolepov/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

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 78.0%
  • C++ 14.2%
  • Groovy 2.5%
  • C 2.2%
  • Objective-C++ 1.5%
  • Swift 0.7%
  • Other 0.9%