Edoardo Luppi
Edoardo Luppi
Just did an experiment and removed any trace of icons. Bundle size went from 1740kb to 1135kb, and the analysis shows no trace of ant-design. Are you using the Form...
Same issues for the `wasmJs` target.
Thanks @qurbonzoda! FYI, same issues for native targets. ``` e: Could not find "C:\Users\edoardo.luppi\IdeaProjects\antlr-kotlin\antlr-kotlin-benchmarks\build\processedResources\mingwX64\main" in [C:\Users\edoardo.luppi\IdeaProjects\antlr-kotlin, C:\Users\edoardo.luppi\.konan\klib, C:\Users\edoardo.luppi\.konan\kotlin-native-prebuilt-windows-x86_64-1.9.22\klib\common, C:\Users\edoardo.luppi\.konan\kotlin-native-prebuilt-windows-x86_64-1.9.22\klib\platform\mingw_x64] ```
Hey @qurbonzoda, any news on this? Right now I'm only running stuff on JVM, but I'd like to standardize the benchmarking for all supported platforms.
I've been observing the situation since beta versions. My advice is to wait until 2.0.20. That's what most issues, and they are a lot, are targeting.
Like, stuff like [KT-68538](https://youtrack.jetbrains.com/issue/KT-68538) needs to be fixed before considering an update to 2.0+. It's too risky.
2.0.20-Beta1 should be out mid next week.
@JesusMcCloud I'm going to verify the project compiled on 2.0.20 will be consumable by 1.9.24 without issues on Monday, and then I'll open a PR.
Note that I want to deliver one last potentially breaking change before releasing 1.0.0 on Kotlin 2.0.20.
@JesusMcCloud I guess the dependency you're mentioning is this one: https://github.com/Strumenta/antlr-kotlin/blob/7951a3f4745a527bdd02adac2dc448af38311bfc/antlr-kotlin-runtime/build.gradle.kts#L32 I'm not sure why it was added, but given we don't depend on reflect features, I'll get rid of...