diff --git a/core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt b/core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt index 98c54f0134..5dda568ac3 100644 --- a/core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt +++ b/core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/util/deprecationMessages.kt @@ -38,6 +38,7 @@ internal const val CREATE_COLUMN = "This function is just here for binary compat internal const val GUESS_COLUMN_TYPE = "This function is just here for binary compatibility. $MESSAGE_0_16" +public const val DF_READ_EXCEL: String = "This function is just here for binary compatibility. $MESSAGE_0_16" // endregion // region WARNING in 0.16, ERROR in 0.17