Hi, why I’m getting this error message? kotlin: 1...
# compose-desktop
r
Hi, why I’m getting this error message? kotlin: 1.5.10 compose: 0.5.0-build235 gradle: 7.1
j
Please try with Kotlin 1.5.21 and build 262. If that still fails, then it is probably a bug in compose upstream, please file a bug (including version number info) at https://issuetracker.google.com/issues/new?component=612128
r
@jim I have tried. The same. Maybe it's related to value class parameters and when using it in expect/actual functions?
@jim when I remove default param values from common module gradle is not throwing this error
I have created another expect/actual method where value/inline class is not used and there was not any issue I suppose the cause is the value/inline classes. In my reproducer code the
Color
is value class