added backend.native to world build

This commit is contained in:
Vasily Levchenko
2016-09-27 14:49:39 +03:00
parent 7db858edda
commit 68ce9cd549
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
ant.importBuild 'kotlin-ir/build.xml'
+2 -1
View File
@@ -2,4 +2,5 @@ include ':Interop:Indexer'
include ':Interop:StubGenerator'
include ':Interop:Runtime'
include ':InteropExample'
include ':translator-bc'
include ':backend.native'
include ':backend.native:cli.bc'