Files
openide/plugins/kotlin/compiler-plugins/sam-with-receiver
Roman Golyshev 57763417b6 KTIJ-23992 [kotlin] Remove redundant FE10 dependency from compiler-plugin-support modules related to Maven
Since we want to enable maven support modules in the K2 plugin,
it's a good idea to make sure that those modules do not in fact
depend on FE10.

`kotlinx-serialization.maven` still has a dependency on FE10,
but it should not be an issue since it does not seem to
actually use any FE10-specific APIs

Similar Gradle EPs (`GradleProjectImportHandler`) are not
enabled because gradle projects seem to work fine without it
(see KTIJ-28200 for the further investigation details)

GitOrigin-RevId: 008063946589c16e4529752645c92fc9a250e7e4
2023-12-14 11:42:48 +00:00
..