Rename internal compose packages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package it.vfsfitvnm.reordering
|
||||
package it.vfsfitvnm.compose.reordering
|
||||
|
||||
import androidx.compose.animation.core.Animatable
|
||||
import androidx.compose.animation.core.AnimationVector
|
||||
@@ -1,4 +1,4 @@
|
||||
package it.vfsfitvnm.reordering
|
||||
package it.vfsfitvnm.compose.reordering
|
||||
|
||||
import androidx.compose.foundation.ExperimentalFoundationApi
|
||||
import androidx.compose.foundation.lazy.LazyItemScope
|
||||
@@ -1,4 +1,4 @@
|
||||
package it.vfsfitvnm.reordering
|
||||
package it.vfsfitvnm.compose.reordering
|
||||
|
||||
import androidx.compose.foundation.gestures.Orientation
|
||||
import androidx.compose.foundation.layout.offset
|
||||
@@ -1,4 +1,4 @@
|
||||
package it.vfsfitvnm.reordering
|
||||
package it.vfsfitvnm.compose.reordering
|
||||
|
||||
import androidx.compose.foundation.gestures.detectDragGestures
|
||||
import androidx.compose.foundation.gestures.detectDragGesturesAfterLongPress
|
||||
@@ -1,6 +1,6 @@
|
||||
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
|
||||
package it.vfsfitvnm.reordering
|
||||
package it.vfsfitvnm.compose.reordering
|
||||
|
||||
import androidx.compose.foundation.gestures.FlingBehavior
|
||||
import androidx.compose.foundation.gestures.ScrollableDefaults
|
||||
@@ -1,6 +1,6 @@
|
||||
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
|
||||
package it.vfsfitvnm.reordering
|
||||
package it.vfsfitvnm.compose.reordering
|
||||
|
||||
import androidx.compose.foundation.ExperimentalFoundationApi
|
||||
import androidx.compose.foundation.OverscrollEffect
|
||||
@@ -1,6 +1,6 @@
|
||||
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
||||
|
||||
package it.vfsfitvnm.reordering
|
||||
package it.vfsfitvnm.compose.reordering
|
||||
|
||||
import androidx.compose.animation.core.Animatable
|
||||
import androidx.compose.animation.core.AnimationVector1D
|
||||
Reference in New Issue
Block a user