Перевод
Мелкие шайтанские фокусы
This commit is contained in:
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "it.vfsfitvnm.compose.reordering"
|
||||
namespace = "it.hamy.compose.reordering"
|
||||
compileSdk = 33
|
||||
|
||||
defaultConfig {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package it.vfsfitvnm.compose.reordering
|
||||
package it.hamy.compose.reordering
|
||||
|
||||
import androidx.compose.animation.core.Animatable
|
||||
import androidx.compose.animation.core.AnimationVector
|
||||
@@ -1,4 +1,4 @@
|
||||
package it.vfsfitvnm.compose.reordering
|
||||
package it.hamy.compose.reordering
|
||||
|
||||
import androidx.compose.foundation.ExperimentalFoundationApi
|
||||
import androidx.compose.foundation.lazy.LazyItemScope
|
||||
@@ -1,4 +1,4 @@
|
||||
package it.vfsfitvnm.compose.reordering
|
||||
package it.hamy.compose.reordering
|
||||
|
||||
import androidx.compose.foundation.gestures.Orientation
|
||||
import androidx.compose.foundation.layout.offset
|
||||
@@ -1,4 +1,4 @@
|
||||
package it.vfsfitvnm.compose.reordering
|
||||
package it.hamy.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.compose.reordering
|
||||
package it.hamy.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.compose.reordering
|
||||
package it.hamy.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.compose.reordering
|
||||
package it.hamy.compose.reordering
|
||||
|
||||
import androidx.compose.animation.core.Animatable
|
||||
import androidx.compose.animation.core.AnimationVector1D
|
||||
Reference in New Issue
Block a user