Skip to content

Commit 64bcdc3

Browse files
authored
Merge pull request #1203 from Kotlin/android-fix
fixed compilation on android
2 parents f11abc0 + b0ee778 commit 64bcdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/NumberTypeUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ internal fun Sequence<Number?>.convertToUnifiedNumberType(
248248

249249
/** @include [Iterable.convertToUnifiedNumberType] */
250250
@Suppress("UNCHECKED_CAST")
251-
@JvmName("convert=SequenceToUnifiedNumberType")
251+
@JvmName("convertSequenceToUnifiedNumberType")
252252
internal fun Sequence<Number>.convertToUnifiedNumberType(
253253
options: UnifiedNumberTypeOptions = UnifiedNumberTypeOptions.DEFAULT,
254254
commonNumberType: KType? = null,

0 commit comments

Comments
 (0)