Nikita Lipsky

Results 20 comments of Nikita Lipsky

>But I wonder if it is possible to create multiple composer instances to interrupt local components I believe that for a proper isolation, we should provide a way to create...

>Error on xcode build log on linking stage Unfortunately, it fails earlier on my side with "unable to open configuration settings file". Then I tried to copy-paste problematic code into...

I believe that packaging to Windows distros is not supported on Linux but at least the gradle plugin should clearly report it.

Hi! It is by design. To access resources from another module you need to export accessors from the library where resources are introduced.

We discussed this issue with @sellmair: 1. The root cause of the warning is the following line in `shared/build.gradle.kts` ``` sourceSets["main"].resources.srcDirs("src/commonMain/resources") ``` 2. If we remove the line then the...

Here it is: https://github.com/JetBrains/compose-multiplatform-ios-android-template Couple of things to be done: 1. Remove issues 2. Add About

You'd better provide such a request to Google androidx

> 1 - painterResource is missing > 2 - canvas width and height changing doesn't update the width and height of the app , need api to change it while...