-
I use KSP in a multi-platform multi-module project with Idea CE. (But currently KSP is applied only on one JVM project.)
The processor implementation is in a separate project (`project-processor`), a…
-
Here is the Crash Report:
---- Minecraft Crash Report ----
// Don't be sad, have a hug!
-
### Context
In a similar way to #15382, we want to make the version catalogs accessible to precompiled script plugins. Naively, one might think that it's easier to do because precompiled script plu…
melix updated
3 weeks ago
-
Hello, we are currently using a fork of [three.kt](https://github.com/markaren/three.kt) library for our needs. The library is good, but sadly not maintained anymore. Could you say if your implementat…
-
Latest version of fabric loader and mod.
```
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 2024-09-01 09:09:15
Description: Initializing game
java.lang.BootstrapMethodError: java…
-
https://medium.com/square-corner-blog/okio-2-6f6c35149525
This would be very helpful to this project because it already have some Kotlin idioms.
-
In Jetpack Compose world ViewModels seems unnecessary. [Seems member of Compose team think so too](https://mobile.twitter.com/JimSproch/status/1450884604143943681). We [could accomplish more than the …
-
Hi!
Does dispatch-core support Kotlin Native? How I can use it in commonMain?
Or KN support will be in future?
-
Hi,
I've been using this in a project and now I am unable to compile this same project for Android. I've tried creating a brand new project to identify the problem and it seems to be linked to this…
-
Is it possible to package this for multiplatform?
for my own project i just copied your code into my `commonMain`
i use this with kotlin/js and react, but having it in common code leaves the opt…