Skip to content

Commit 7a20964

Browse files
committed
set expressions-converter to true
1 parent 4ad0698 commit 7a20964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/expressions-converter/src/org/jetbrains/kotlinx/dataframe/ExplainerComponentRegistrar.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.jetbrains.kotlin.config.CompilerConfiguration
88
@OptIn(ExperimentalCompilerApi::class)
99
class ExplainerComponentRegistrar : CompilerPluginRegistrar() {
1010
override val supportsK2: Boolean
11-
get() = false
11+
get() = true
1212

1313
override fun ExtensionStorage.registerExtensions(configuration: CompilerConfiguration) {
1414
IrGenerationExtension.registerExtension(ExplainerIrGenerationExtension())

0 commit comments

Comments
 (0)