Rename internal compose packages

This commit is contained in:
vfsfitvnm
2022-10-26 13:36:09 +02:00
parent ed8eb7cf8a
commit 055ad86f2c
27 changed files with 61 additions and 51 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
package it.vfsfitvnm.reordering
package it.vfsfitvnm.compose.reordering
import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.lazy.LazyItemScope

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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