Forgot to push js module
This commit is contained in:
parent
f482758014
commit
9395b6fa5f
17
dataforge-meta-js/build.gradle
Normal file
17
dataforge-meta-js/build.gradle
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
plugins {
|
||||||
|
id 'kotlin-platform-js'
|
||||||
|
}
|
||||||
|
|
||||||
|
group 'hep.dataforge'
|
||||||
|
version '0.1.0-SNAPSHOT'
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
expectedBy rootProject
|
||||||
|
|
||||||
|
compile "org.jetbrains.kotlin:kotlin-stdlib-js"
|
||||||
|
testCompile "org.jetbrains.kotlin:kotlin-test-js"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user