[FE] Add ability to set compatibility of plugin with K2 in ComponentRegistrar
This commit is contained in:
committed by
teamcity
parent
67589b1b09
commit
4003ca0691
@@ -26,4 +26,7 @@ interface ComponentRegistrar {
|
||||
}
|
||||
|
||||
fun registerProjectComponents(project: MockProject, configuration: CompilerConfiguration)
|
||||
|
||||
val supportsK2: Boolean
|
||||
get() = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user