From c329bf4ea1e6f2ef0501532abc1d70dd7f34f6ca Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Wed, 5 Jul 2023 15:21:53 +0100 Subject: [PATCH] multiplatform: move dependency, reference (#2662) --- .../simplex/common/other/{ => wheel-picker}/FWheelPicker.kt | 2 ++ .../common/other/{ => wheel-picker}/FWheelPickerDefault.kt | 0 .../common/other/{ => wheel-picker}/FWheelPickerState.kt | 0 3 files changed, 2 insertions(+) rename apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/{ => wheel-picker}/FWheelPicker.kt (99%) rename apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/{ => wheel-picker}/FWheelPickerDefault.kt (100%) rename apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/other/{ => wheel-picker}/FWheelPickerState.kt (100%) 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