Forgot to push js module

This commit is contained in:
Alexander Nozik 2018-09-17 09:15:00 +03:00
parent f482758014
commit 9395b6fa5f

View 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"
}