Suresh Maidaragi
11/19/2024, 9:43 AMpitaraShared
as entry point for both ios & android
now we want to introduce entryshared
as entry for ios & android, we are able to update the entryShared
as entry screen in android but in iOS we tried updating in places attached screen but still no luck, we are seeing no entryShared module found in case of iOS
,
Can someone help to check or is this limitation?Suresh Maidaragi
11/19/2024, 9:45 AMSuresh Maidaragi
11/19/2024, 9:54 AMSuresh Maidaragi
11/20/2024, 10:21 AMyousefa2
11/20/2024, 10:45 AMKotlinInt
, KotlinBool
...etc and any shared module is also exported twice so types are incompatible.
Some of these problems go away with dynamic frameworks but I think shared types will still be incompatible. In theory you can get by without passing objects between modules but it's annoying to work around.Suresh Maidaragi
11/20/2024, 12:21 PMyousefa2
11/20/2024, 1:15 PMSuresh Maidaragi
12/12/2024, 12:16 PMUncaught Kotlin exception: org.jetbrains.compose.resources.MissingResourceException: Missing resource with path: /private/var/containers/Bundle/Application/BFEF3A66-4DDD-47CC-AC99-62F8851B89C3/PhysicsWallah.app/compose-resources/composeResources/live.pw.pitarashared.generated.resources/values/strings.commonMain.cvr
at 0 entryShared 0x1123be88b kfun:org.jetbrains.compose.resources.MissingResourceException#<init>(kotlin.String){} + 123
at 1 entryShared 0x1123c915b kfun:org.jetbrains.compose.resources.object-2.readPart#internal + 3423
at 2 entryShared 0x1123c00bf kfun:org.jetbrains.compose.resources.$getStringItem$lambda$0COROUTINE$0.invokeSuspend#internal + 431
Can someone help to check
cc : @Elijah SemyonovSuresh Maidaragi
12/12/2024, 12:17 PMSuresh Maidaragi
12/12/2024, 12:31 PMElijah Semyonov
12/12/2024, 12:34 PM