mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
[kotlin] KTIJ-31325 Moved UastCodeGenerationPlugin to ide-dependent module
This allows us to depend on ide modules in the implementation of UastCodeGeneration GitOrigin-RevId: 45dfec8d574bed6455131e0192eb020e6e4cebb0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0ac964b619
commit
6f565c6abf
@@ -10,6 +10,7 @@
|
||||
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
||||
<orderEntry type="library" name="kotlin-stdlib" level="project" />
|
||||
<orderEntry type="library" name="kotlinc.kotlin-compiler-common" level="project" />
|
||||
<orderEntry type="library" name="kotlinc.analysis-api" level="project" />
|
||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||
<orderEntry type="module" module-name="kotlin.base.facet" />
|
||||
<orderEntry type="module" module-name="kotlin.base.analysis" />
|
||||
@@ -21,5 +22,6 @@
|
||||
<orderEntry type="module" module-name="kotlin.uast.uast-kotlin" />
|
||||
<orderEntry type="module" module-name="kotlin.gradle.gradle" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="kotlin.base.code-insight" />
|
||||
<orderEntry type="module" module-name="intellij.platform.uast.ide" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -26,5 +26,6 @@
|
||||
<orderEntry type="module" module-name="kotlin.base.util" />
|
||||
<orderEntry type="module" module-name="kotlin.refactorings.common" />
|
||||
<orderEntry type="module" module-name="kotlin.base.analysis-api.utils" />
|
||||
<orderEntry type="module" module-name="intellij.platform.uast.ide" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -29,5 +29,6 @@
|
||||
<orderEntry type="module" module-name="kotlin.code-insight.api" />
|
||||
<orderEntry type="module" module-name="kotlin.refactorings.common" />
|
||||
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.uast.ide" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package org.jetbrains.uast.generate
|
||||
|
||||
import com.intellij.lang.Language
|
||||
Reference in New Issue
Block a user