Closed eligarfzzz closed 2 months ago
Thank you for your bug report! I have reproduced it and I am looking into it.
It is the same bug as -- #3900. It crashes on execution of the following function:
@Composable
internal actual fun rememberTextFieldOverscrollEffect(): OverscrollEffect? = null
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
Describe the bug building chat example successed with
:desktopApp:run
, but fail with:shared:runDebugExecutableMacosArm64
I haven't modified any code yetAffected platforms
Versions
To Reproduce
./gradlew :shared:runDebugExecutableMacosArm64
run shared.kexe directly