File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
expressions-converter/src/org/jetbrains/kotlinx/dataframe
public-api-modifier/src/org/jetbrains/kotlinx/dataframe Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33<vars >
44 <var name =" dataFrameVersion" value =" 1.0.0-Beta4" type =" string" />
5- <var name =" compilerPluginKotlinVersion" value =" 2.3.0-RC3 " type =" string" />
5+ <var name =" compilerPluginKotlinVersion" value =" 2.3.0" type =" string" />
66</vars >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kotlinJupyter = "0.16.0-736"
44
55ktlint = " 14.0.1"
66
7- kotlin = " 2.2.21 "
7+ kotlin = " 2.3.0 "
88# make sure to sync manually with :plugins:keywords-generator module
99kotlinpoet = " 2.2.0"
1010
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi
66import org.jetbrains.kotlin.config.CompilerConfiguration
77
88@OptIn(ExperimentalCompilerApi ::class )
9- class ExplainerComponentRegistrar : CompilerPluginRegistrar () {
9+ class ExplainerComponentRegistrar ( override val pluginId : String ) : CompilerPluginRegistrar() {
1010 override val supportsK2: Boolean
1111 get() = true
1212
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import org.jetbrains.kotlin.fir.symbols.impl.FirClassLikeSymbol
1717import org.jetbrains.kotlin.name.FqName
1818
1919@OptIn(ExperimentalCompilerApi ::class )
20- class PublicApiModifierRegistrar : CompilerPluginRegistrar () {
20+ class PublicApiModifierRegistrar ( override val pluginId : String ) : CompilerPluginRegistrar() {
2121 override val supportsK2: Boolean = true
2222
2323 override fun ExtensionStorage.registerExtensions (configuration : CompilerConfiguration ) {
You can’t perform that action at this time.
0 commit comments