Rename internal compose packages
This commit is contained in:
@@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "it.vfsfitvnm.route"
|
||||
namespace = "it.vfsfitvnm.compose.routing"
|
||||
compileSdk = 33
|
||||
|
||||
defaultConfig {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package it.vfsfitvnm.route
|
||||
package it.vfsfitvnm.compose.routing
|
||||
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.runtime.LaunchedEffect
|
||||
@@ -1,6 +1,6 @@
|
||||
@file:Suppress("UNCHECKED_CAST")
|
||||
|
||||
package it.vfsfitvnm.route
|
||||
package it.vfsfitvnm.compose.routing
|
||||
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.runtime.Immutable
|
||||
@@ -1,4 +1,4 @@
|
||||
package it.vfsfitvnm.route
|
||||
package it.vfsfitvnm.compose.routing
|
||||
|
||||
import androidx.activity.compose.BackHandler
|
||||
import androidx.activity.compose.LocalOnBackPressedDispatcherOwner
|
||||
@@ -1,4 +1,4 @@
|
||||
package it.vfsfitvnm.route
|
||||
package it.vfsfitvnm.compose.routing
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import androidx.compose.runtime.Composable
|
||||
@@ -1,4 +1,4 @@
|
||||
package it.vfsfitvnm.route
|
||||
package it.vfsfitvnm.compose.routing
|
||||
|
||||
import androidx.compose.animation.AnimatedContentScope
|
||||
import androidx.compose.animation.ContentTransform
|
||||
Reference in New Issue
Block a user