Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: overloaded fun + default args transformation (#1066)
JetBrains/compose-multiplatform#3318 fix default value propagation for overridden composable functions parameter with default value should be transformed to nullable type (what didn't happen for overridden functions) JVM/JS targets was not affected by that issue because all types are already nullable, which is not true for K/Native
- Loading branch information