mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
- remove Gradle library from .rt module - `intellij.gradle.toolingExtension` module exports proper Gradle API - add modules to community project - add runtime dependency for gradle-tooling for `NCDF: KotlinMPPGradleModel` - remove dependency on `android.projectSystem.gradle` - move message bundle in shared module - fix dependencies - distribution content changed patch - fix root package - fix module name - also add gradle .rt module to iml files - remove dependency on shared from resources for now, add module to iml files - move Compose resources support into separate module - restore Fleet code to keep functionality working - remove unregister logic for volatile code parts, it was just a nice-to-have feat - make instance service calls consistent in style - fix name convention for Gradle module .rt - add copyrights header - get rid of dependencies on `kotlin-ultimate` modules - Distribution content changed - remove explicit Companion after move (cherry picked from commit 566816746ec6cd213d8dca3180380704efb3bdf2) GitOrigin-RevId: 3beb6b54a4ec750716103c37841d8005763869d3
11 lines
418 B
YAML
11 lines
418 B
YAML
- name: lib/compose-ide-plugin.jar
|
|
modules:
|
|
- name: intellij.compose.ide.plugin
|
|
contentModules:
|
|
- name: intellij.compose.ide.plugin.shared
|
|
- name: intellij.compose.ide.plugin.k1
|
|
- name: intellij.compose.ide.plugin.k2
|
|
- name: intellij.compose.ide.plugin.resources
|
|
- name: lib/modules/intellij.compose.ide.plugin.gradleTooling.rt.jar
|
|
contentModules:
|
|
- name: intellij.compose.ide.plugin.gradleTooling.rt |