j2s/buildSrc/build.gradle.kts

8 lines
64 B
Plaintext
Raw Normal View History

repositories {
mavenCentral();
}
plugins {
`kotlin-dsl`
}