[light classes] drop old light classes and backend: iteration #8

reduce usages of KotlinTypeMapper

^KT-48773
This commit is contained in:
Dmitry Gridin
2022-06-24 17:36:47 +02:00
committed by Space
parent 545a316241
commit 0df6ac688a
4 changed files with 8 additions and 3 deletions
@@ -46,7 +46,7 @@ class CliLightClassGenerationSupport(
private class CliLightClassSupport(
private val project: Project,
override val languageVersionSettings: LanguageVersionSettings,
private val jvmTarget: JvmTarget
override val jvmTarget: JvmTarget
) : KtUltraLightSupport {
// This is the way to untie CliLightClassSupport and CliLightClassGenerationSupport to prevent descriptors leak