You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Calling an expect/actual function with adefault arguments and a Composable argument throws a NoSuchMethodError during desktop (JVM) run and fails to build with an AssertionError on JS.
Affected platforms
Select one of the platforms below:
Desktop
Web (K/JS) - HTML based API
Possbly others too but I didn't test all of them
Versions
Kotlin version*: 1.8.0
Compose Multiplatform version*: 1.3.0
OS version(s)* (required for Desktop and iOS issues): Ubuntu 22.04.2 LTS
Describe the bug
Calling an expect/actual function with adefault arguments and a Composable argument throws a
NoSuchMethodError
during desktop (JVM)run
and fails to build with anAssertionError
on JS.Affected platforms
Select one of the platforms below:
Versions
To Reproduce
Steps and/or the code snippet to reproduce the behavior:
itemForIssue
:demo:run
and:demo:jsBrowserRun
Expected behavior
The code should build and run without exceptions.
The text was updated successfully, but these errors were encountered: