Guilherme Delgado

Results 30 issues of Guilherme Delgado

Any intention to support `wasmJs` target?

Any intention to support `wasmJs` target?

**Describe the bug** Cannot run iOS app it throws: ``` error: org.jetbrains.kotlin.backend.konan.llvm.NativeCodeGeneratorException: Exception during generating code for following declaration: Inside: FILE fqName:androidx.compose.ui.input.pointer fileName:/opt/buildAgent/work/8a20760945d0aeba/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/input/pointer/HitPathTracker.kt private fun $init_global() at org.jetbrains.kotlin.backend.konan.llvm.NativeCodeGeneratorException$Companion.wrap(IrToBitcode.kt:65) at org.jetbrains.kotlin.backend.konan.llvm.CodeGeneratorVisitor$FileScope.wrapException(IrToBitcode.kt:2148)...

bug
compiler
p:critical
ios
regression
reproduced

Since https://github.com/JetBrains/compose-multiplatform-core/pull/1219 started supporting compose-navigation, maybe it's time to study the possibility of this library become multiplatform too 🙏🏼 . https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.6.10-beta01 Duplicate of #552 but since it is closed, I've...

enhancement

My button inherits from .../platforms/android-28/data/res/values/styles.xml: ``` @drawable/btn_default true true ?attr/textAppearanceSmallInverse @color/primary_text_light center_vertical|center_horizontal ``` My changes are: ``` match_parent @dimen/default_btn_height ?android:selectableItemBackground @android:color/transparent @font/gotham_bold true ``` ``` @drawable/bg_outline_blue @color/colorPrimary ``` Finally using...

**Is your feature request related to a problem? Please describe.** Adding support for Compose Multiplatform would be a valuable enhancement, especially considering JetBrains's significant investment in it. **Describe the solution...

enhancement

The absence of a specific type for `androidx.compose.ui.window.ComposeUIViewController`and `platform.UIKit.UIViewController` presents a limitation in using `updateUIViewController` and, consequently, the associated Composable. In scenarios where the iOS application requires management of Composable...

enhancement
discussion

**Describe the bug** Depending on the platform we're running the `wasm` app, it is noticeable the loading time of custom fonts. **Affected platforms** - Web (K/Wasm) - Canvas based API...

bug
web

Adds `extendedConfig` parameter to facilitate the configuration of an `in memory` `NativeSqliteDrive`, for instance, to enable `foreignKeyConstraints`.

`atomicfu` was already on `0.25.0` and working, but suddenly when running for Android I'm getting: ``` Execution failed for task ':shared:compileDebugKotlinAndroid'. > Error while evaluating property 'friendPathsSet$kotlin_gradle_plugin_common' of task ':shared:compileDebugKotlinAndroid'....

compiler-plugin