added interop integration to translator-bc
This commit is contained in:
@@ -2,3 +2,4 @@ include ':Interop:Indexer'
|
|||||||
include ':Interop:StubGenerator'
|
include ':Interop:StubGenerator'
|
||||||
include ':Interop:Runtime'
|
include ':Interop:Runtime'
|
||||||
include ':InteropExample'
|
include ':InteropExample'
|
||||||
|
include ':translator-bc'
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
group 'translator'
|
group 'translator-bc'
|
||||||
version '1.0'
|
version '1.0'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
@@ -8,13 +8,14 @@ buildscript {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
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: 'java'
|
||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
apply plugin: 'application'
|
apply plugin: 'application'
|
||||||
|
apply plugin: org.jetbrains.kotlin.NativeInteropPlugin
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
rootProject.name = 'translator'
|
rootProject.name = 'translator-bc'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user