[IDE] Move KotlinJavaScriptMetaFileDecompiler to kotlin.git
KTIJ-27752
This commit is contained in:
committed by
Space Team
parent
b41c4bc4c1
commit
645e4af8b1
@@ -0,0 +1,27 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
|
||||
projectTest {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":core:deserialization"))
|
||||
api(project(":compiler:psi"))
|
||||
api(project(":analysis:decompiled:decompiler-to-file-stubs"))
|
||||
api(project(":analysis:decompiled:decompiler-to-psi"))
|
||||
api(project(":js:js.serializer"))
|
||||
compileOnly(intellijCore())
|
||||
|
||||
testImplementation(projectTests(":compiler:tests-common"))
|
||||
testImplementation(projectTests(":compiler:tests-common-new"))
|
||||
}
|
||||
|
||||
testsJar()
|
||||
Reference in New Issue
Block a user