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

@@ -4,7 +4,7 @@ plugins {
}
android {
namespace = "it.vfsfitvnm.route"
namespace = "it.vfsfitvnm.compose.routing"
compileSdk = 33
defaultConfig {

View File

@@ -1,4 +1,4 @@
package it.vfsfitvnm.route
package it.vfsfitvnm.compose.routing
import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect

View File

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

View File

@@ -1,4 +1,4 @@
package it.vfsfitvnm.route
package it.vfsfitvnm.compose.routing
import androidx.activity.compose.BackHandler
import androidx.activity.compose.LocalOnBackPressedDispatcherOwner

View File

@@ -1,4 +1,4 @@
package it.vfsfitvnm.route
package it.vfsfitvnm.compose.routing
import android.annotation.SuppressLint
import androidx.compose.runtime.Composable

View File

@@ -1,4 +1,4 @@
package it.vfsfitvnm.route
package it.vfsfitvnm.compose.routing
import androidx.compose.animation.AnimatedContentScope
import androidx.compose.animation.ContentTransform