Edoardo Luppi
Edoardo Luppi
Are you using some third party Gradle plugin? Just to match what I have.
The workaround seems to be working. Thanks @m-sasha
Is this the same issue? https://youtrack.jetbrains.com/issue/KT-62653/
@eygraber I recalled that one and this comment https://youtrack.jetbrains.com/issue/KT-51110/Pseudo-circular-dependency-causes-duplicate-library-name-warning-for-JS-target#focus=Comments-27-7656620.0-0
See explanation in https://github.com/Kotlin/kotlinx-atomicfu/pull/395 TL;DR: this will go away in Kotlin 2.0
There is no need to build the runtime into an npm package. What you need to do is depend on the runtime at the `common` level, and `@JsExport` the entry...
Stripping log calls would be nice for low level libraries that want all possible optimizations. Example: I'm building a TCP/UDP multiplatform library and while logs are ok during development, I...
This is a JVM limitation in general, 65535 bytes per method. moko-resources should split up the method at a certain size.
Linked to #124. Having a look now.
Looks like I managed to get an infinite loop into a regexp. That's quite an accomplishment. The good way to solve this problem is to phase out the commit message...