e4da6c268a
^KT-22571 Fixed
12 lines
180 B
Groovy
Vendored
12 lines
180 B
Groovy
Vendored
plugins {
|
|
id 'kotlin2js' version '$VERSION$'
|
|
}
|
|
version = '1.0'
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
dependencies {
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-js"
|
|
}
|