default -> companion: default object -> class object in project code, builtins and libs code
This commit is contained in:
@@ -21,7 +21,7 @@ import org.jetbrains.kotlin.config.CompilerConfigurationKey
|
||||
import org.jetbrains.kotlin.config.CompilerConfiguration
|
||||
|
||||
public trait ComponentRegistrar {
|
||||
default object {
|
||||
class object {
|
||||
public val PLUGIN_COMPONENT_REGISTRARS: CompilerConfigurationKey<MutableList<ComponentRegistrar>> = CompilerConfigurationKey.create("plugin component registrars")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user