[FE 1.0] Allow generation of nested classes for java classes from plugins

This commit is contained in:
Dmitriy Novozhilov
2022-08-05 11:46:08 +03:00
parent 5adfbfc73f
commit 6fde784b55
13 changed files with 331 additions and 32 deletions
+3 -1
View File
@@ -364,7 +364,9 @@ val coreLibProjects by extra {
val projectsWithEnabledContextReceivers by extra {
listOf(
":compiler:fir:fir2ir"
":core:descriptors.jvm",
":compiler:fir:fir2ir",
":kotlin-lombok-compiler-plugin.k1",
)
}