Correct the namespace and introduce an android specific namespace
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
package ac.aux.compose
|
||||
|
||||
actual class PlatformContext
|
||||
@@ -1,4 +1,4 @@
|
||||
package ac.aux.compose
|
||||
package ac.cord.auxiliary.compose
|
||||
|
||||
import androidx.compose.ui.window.ComposeUIViewController
|
||||
import androidx.navigation.compose.rememberNavController
|
||||
@@ -1,4 +1,4 @@
|
||||
package ac.aux.compose
|
||||
package ac.cord.auxiliary.compose
|
||||
|
||||
import platform.UIKit.UIDevice
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
package ac.cord.auxiliary.compose
|
||||
|
||||
actual class PlatformContext
|
||||
@@ -1,7 +1,7 @@
|
||||
package ac.aux.compose.database.builder
|
||||
package ac.cord.auxiliary.compose.database.builder
|
||||
|
||||
import ac.aux.compose.PlatformContext
|
||||
import ac.aux.compose.database.AuxDatabase
|
||||
import ac.cord.auxiliary.compose.PlatformContext
|
||||
import ac.auxiliary.compose.database.AuxDatabase
|
||||
import androidx.room.Room
|
||||
import androidx.room.RoomDatabase
|
||||
import kotlinx.cinterop.ExperimentalForeignApi
|
||||
@@ -1,4 +1,4 @@
|
||||
package ac.aux.compose.ui.theme
|
||||
package ac.cord.auxiliary.compose.ui.theme
|
||||
|
||||
import androidx.compose.material3.ColorScheme
|
||||
import androidx.compose.runtime.Composable
|
||||
Reference in New Issue
Block a user