BassirouRabo
BassirouRabo
`application.conf` ``` akka { jvm-exit-on-fatal-error = false coordinated-shutdown.exit-jvm = on stdout-loglevel = "DEBUG" loggers = ["akka.event.slf4j.Slf4jLogger"] loglevel = "DEBUG" logging-filter = "akka.event.slf4j.Slf4jLoggingFilter" #log-config-on-start = on actor { provider = "cluster"...
i got the same error when testing the code bellow ``` LaunchedEffect(key1 = true) { scope.launch { while (true) { delay(10000) lazyPagingItems.refresh() } } } ``` he data is being...
I am facing the same issue, any fix?
> > No updates. I saw an issue on the JetBrains YouTrack that said the issue was in the Compose plugin, which I believe is closed source and maintained by...
when publishing, i am getting my Scala version appended to the package name example: `myRepository:myPackageName_myScalaVersion` how to remove the `_myScalaVersion`
Any fix regarding this issue?
I have tested `https://github.com/dima-avdeev-jb/sql-delight-compose-mpp-issue` but still getting the following error. **PS**: I am able to run the application, however the issue is coming when i run the command `gradle shared:build`...
Could you send sample for android and ios?
@Skeptick thanks for you support. It looks like ` NSBundle.bundleWithName("LibresShared").image(name, extension)` returns `UIImage` instead of `Image`. I am having issue at this point
@Skeptick any update regarding this?