Skip to content

Commit b0ee778

Browse files
committed
fixed compilation on android
1 parent 67d83cd commit b0ee778

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)