2017-12-16 19:30:54 +00:00
|
|
|
apply plugin: 'kotlin-platform-js'
|
|
|
|
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2018-09-18 17:26:45 +00:00
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-js:$kotlinVersion"
|
2017-12-16 19:30:54 +00:00
|
|
|
expectedBy project(":")
|
2018-09-18 17:26:45 +00:00
|
|
|
|
|
|
|
testImplementation "org.jetbrains.kotlin:kotlin-test-js:$kotlinVersion"
|
2017-12-16 19:30:54 +00:00
|
|
|
}
|