Do not retain proxy-based components for compiler plugin settings in project model
This commit is contained in:
@@ -23,6 +23,10 @@ import org.jetbrains.kotlin.annotation.plugin.ide.AnnotationBasedPluginProjectRe
|
||||
|
||||
interface NoArgModel : AnnotationBasedPluginModel {
|
||||
val invokeInitializers: Boolean
|
||||
|
||||
override fun copy(): NoArgModel {
|
||||
return NoArgModelImpl(annotations.toList(), presets.toList(), invokeInitializers)
|
||||
}
|
||||
}
|
||||
|
||||
class NoArgModelImpl(
|
||||
|
||||
Reference in New Issue
Block a user