mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Remove :idea prefix in IDE FIR modules which are going to stay in kotlin repo
This commit fixes not possibility to build project with `disableKotlinPluginModules` flag on because Gradle tries to resolve `:idea` module which is disabled
This commit is contained in:
committed by
teamcityserver
parent
40872dd4ca
commit
938cd955e1
@@ -22,8 +22,8 @@ dependencies {
|
||||
compileOnly(intellijPluginDep("java")) { includeJars("java-api", "java-impl") }
|
||||
|
||||
implementation(project(":idea:idea-frontend-independent"))
|
||||
implementation(project(":idea:idea-frontend-api"))
|
||||
implementation(project(":idea:idea-frontend-fir"))
|
||||
implementation(project(":idea-frontend-api"))
|
||||
implementation(project(":idea-frontend-fir"))
|
||||
|
||||
testRuntime(project(":idea:idea-fir"))
|
||||
testImplementation(commonDep("junit:junit"))
|
||||
|
||||
Reference in New Issue
Block a user