Correct the namespace and introduce an android specific namespace

This commit is contained in:
Kgothatso Ngako
2026-04-21 23:46:45 +02:00
parent 7212cad052
commit 4a2ddbc4f2
217 changed files with 880 additions and 1166 deletions

View File

@@ -1,3 +0,0 @@
package ac.aux.compose
actual class PlatformContext

View File

@@ -1,4 +1,4 @@
package ac.aux.compose
package ac.cord.auxiliary.compose
import androidx.compose.ui.window.ComposeUIViewController
import androidx.navigation.compose.rememberNavController

View File

@@ -1,4 +1,4 @@
package ac.aux.compose
package ac.cord.auxiliary.compose
import platform.UIKit.UIDevice

View File

@@ -0,0 +1,3 @@
package ac.cord.auxiliary.compose
actual class PlatformContext

View File

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

View File

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