diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/FWheelPicker.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/wheel-picker/FWheelPicker.kt similarity index 99% rename from apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/FWheelPicker.kt rename to apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/wheel-picker/FWheelPicker.kt index 3cad946de2..a1e0b15e33 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/FWheelPicker.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/wheel-picker/FWheelPicker.kt @@ -1,3 +1,5 @@ +// Fork of https://github.com/zj565061763/compose-wheel-picker to make multi-platform + package com.sd.lib.compose.wheel_picker import androidx.compose.animation.core.DecayAnimationSpec diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/FWheelPickerDefault.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/wheel-picker/FWheelPickerDefault.kt similarity index 100% rename from apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/FWheelPickerDefault.kt rename to apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/wheel-picker/FWheelPickerDefault.kt diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/FWheelPickerState.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/wheel-picker/FWheelPickerState.kt similarity index 100% rename from apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/FWheelPickerState.kt rename to apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/wheel-picker/FWheelPickerState.kt