added interop integration to translator-bc

This commit is contained in:
Vasily Levchenko
2016-09-22 13:41:08 +03:00
parent d5a6c854dd
commit 3b121f920b
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -2,3 +2,4 @@ include ':Interop:Indexer'
include ':Interop:StubGenerator'
include ':Interop:Runtime'
include ':InteropExample'
include ':translator-bc'
+3 -2
View File
@@ -1,4 +1,4 @@
group 'translator'
group 'translator-bc'
version '1.0'
buildscript {
@@ -8,13 +8,14 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.0.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
apply plugin: 'java'
apply plugin: 'kotlin'
apply plugin: 'application'
apply plugin: org.jetbrains.kotlin.NativeInteropPlugin
repositories {
mavenCentral()
+1 -1
View File
@@ -1,2 +1,2 @@
rootProject.name = 'translator'
rootProject.name = 'translator-bc'