Migrate GradleFacetImportingTest to testdata

This commit is contained in:
Andrey Uskov
2019-03-29 14:44:07 +03:00
parent 0f60daec25
commit ed0dfaec36
59 changed files with 1571 additions and 1699 deletions
@@ -0,0 +1,21 @@
group 'Again'
version '1.0-SNAPSHOT'
buildscript {
repositories {
mavenCentral()
maven {
url 'https://dl.bintray.com/kotlin/kotlin-dev'
}
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.40")
}
}
apply plugin: 'kotlin2js'
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-js:1.1.0"
}