khalid64927
08/08/2023, 2:16 PMArkadii Ivanov
08/08/2023, 2:29 PMkhalid64927
08/08/2023, 3:26 PMRaed Ghazal
10/04/2023, 9:15 AMkhalid64927
10/04/2023, 11:11 AMVictor
02/16/2024, 7:18 AMkhalid64927
02/16/2024, 12:10 PMkhalid64927
04/01/2024, 4:09 AMValeriy O.
08/15/2024, 6:38 PMandroidMain
-- until I started using stringResource
- and now I'm getting Render problem:
org.jetbrains.compose.resources.MissingResourceException: Missing resource with path: composeResources/app.client.ui.generated.resources/values/welcome.commonMain.cvr at _layoutlib_._internal_.kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith ... (ContinuationImpl.kt:33)
Is there any possible fix for this?Timo Drick
12/04/2024, 2:46 PMTimo Drick
12/04/2024, 2:49 PMTimo Drick
12/04/2024, 2:50 PMVictor
12/04/2024, 2:50 PMVictor
12/04/2024, 2:51 PMTimo Drick
12/04/2024, 2:52 PMTimo Drick
12/04/2024, 2:53 PMTimo Drick
12/04/2024, 2:55 PMRaed Ghazal
12/07/2024, 12:04 PMTimo Drick
01/15/2025, 12:16 PMRaed Ghazal
01/15/2025, 9:19 PMRaed Ghazal
01/15/2025, 9:20 PMTimo Drick
01/15/2025, 10:14 PMTimo Drick
01/15/2025, 10:17 PMkotlin {
jvm()
androidTarget()
listOf(
iosX64(),
iosArm64(),
iosSimulatorArm64()
).forEach { iosTarget ->
iosTarget.binaries.framework {
baseName = "shared"
isStatic = true
}
}
@OptIn(ExperimentalWasmDsl::class) wasmJs() { browser() }
...
Timo Drick
01/15/2025, 10:21 PMTimo Drick
01/15/2025, 10:29 PMRaed Ghazal
01/16/2025, 9:11 AMRaed Ghazal
01/16/2025, 9:12 AMkotlin {
androidTarget {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_11)
}
}
listOf(
iosX64(),
iosArm64(),
iosSimulatorArm64()
).forEach { iosTarget ->
iosTarget.binaries.framework {
baseName = "ComposeApp"
isStatic = true
}
}
sourceSets {
androidMain.dependencies {
...
}
commonMain.dependencies {
...
implementation("de.drick.compose:hotpreview:0.1.3")
}
iosMain.dependencies {
...
}
}
}
Timo Drick
01/16/2025, 9:13 AMTimo Drick
01/16/2025, 9:14 AMRaed Ghazal
01/16/2025, 9:16 AMTimo Drick
01/16/2025, 9:17 AMTimo Drick
01/16/2025, 9:17 AMRaed Ghazal
01/16/2025, 9:18 AMRaed Ghazal
01/16/2025, 9:18 AMTimo Drick
01/23/2025, 3:05 PMRaed Ghazal
01/24/2025, 6:35 AMpreview
tab even after closing the file and reopening it
and at some point the file stopped responding then the whole IDE and I had to remove the plugin, and remove the library using open with TextFile
and restart the IDE to get it back working 😅Raed Ghazal
01/24/2025, 6:36 AMTimo Drick
01/24/2025, 8:22 AMRaed Ghazal
01/24/2025, 8:30 AMTimo Drick
01/24/2025, 8:43 AMTimo Drick
02/04/2025, 9:23 AMRaed Ghazal
02/04/2025, 10:26 AM