dima.avdeev
dima.avdeev
@denchic45 Thanks for another one Issue. As I understand - it is another one separated Issue. I think better to remove unrelated link from this discussion.
@denchic45 Sorry, I changed my mind. Better to stay link here. Thanks!
Does interface Style contain Composable function with default arguments?
Checked, it also reproduced with Compose 1.4.0 and Kotlin 1.8.20
@CLOVIS-AI Can you please create a minimal reproducible sample of this problem on GitHub ? Because for now, there is a lot of code in your library, so it is...
I reproduced this bug in repository: https://github.com/dima-avdeev-jb/reproduce-bug-3205
Related issue for Desktop: https://github.com/JetBrains/compose-multiplatform/issues/3062
Will be fixed in Compose Multiplatform 1.6.0
I reopened this issue, because it is possible problem for other projects as well. So, the one of possible solution is to add additional memory to build iOS application. Maybe...
We don't have such a component. And it's hard to implement. But, you may provide a special interface and wrap third party libraries. For example: ```Kotlin interface IntegrateLibrary { val...