Anders Carlsen

Results 8 comments of Anders Carlsen

I did manage to build the libraries in the end after lots of trial and error, but it would be very nice to just be able to import Mega SDK...

Hi, I had same issue. Just copy this file into your own project, change colors as needed and keep the file name. Its a hack, but I guess this lib...

I have the exact same issue, as described by kazougagh. When setting endIconMode programatically its never called again.

Similar/same issue with possible "fix". https://github.com/JetBrains/compose-multiplatform/issues/3947

I have the same issue on Windows. Using workaround below works on C drive only, not on other drive letters. `val loc = "file://" + imageFile.absolutePath.replace("\\", "/")` I think the...

Possible workaround to use normal windows path. Create a custom fetcher: ``` kotlin internal class WindowsFileUriFetcher( private val uri: Uri, private val options: Options, ) : Fetcher { @OptIn(InternalCoilApi::class) override...

No, I haven't found a solution other than to change access right for hidden share.

There has not been a new release since 2023, so I would think not.