Ahmed Riyadh
09/15/2024, 10:30 AM0.19.0
to 0.19.1
(and Kotlin from 2.0.10
to 2.0.20
)
Before: 3,384,171 bytes (3.5 MB on disk)
After: 3,587,072 bytes (3.7 MB on disk)
The compiler target is already es2015
for both. No dependencies except Kobweb and Compose HTML Core/Runtime.
Nothing has changed except the version for kobweb
and kotlin
Ahmed Riyadh
09/15/2024, 10:49 AMDavid Herman
09/16/2024, 9:15 PMes2015
target for people accompanyhing the Kotlin 2.0.20
release unfortunately. But I think the non es2015
target wasn't as affected?David Herman
09/16/2024, 9:16 PMkotlin
version is a pretty significant change. It's more than just the language / compiler, it also affects the version of the Kotlin multiplatform plugin and all of the dependencies (like Compose artifacts) that it bundles.Edoardo Luppi
09/17/2024, 8:43 AMlanguageVersion
KOTLIN_1_9
? That goes back to compiling with K1. I'm curious to see if that restores the previous output size.Ahmed Riyadh
09/17/2024, 9:22 AMes2015
target with latest version of kotlinAhmed Riyadh
09/17/2024, 9:23 AMEdoardo Luppi
09/17/2024, 9:24 AMAhmed Riyadh
09/17/2024, 9:26 AMEdoardo Luppi
09/17/2024, 9:27 AMAhmed Riyadh
09/17/2024, 9:28 AMEdoardo Luppi
09/17/2024, 9:28 AMAhmed Riyadh
09/17/2024, 9:28 AMEdoardo Luppi
09/17/2024, 9:31 AMEdoardo Luppi
09/17/2024, 9:32 AMEdoardo Luppi
09/17/2024, 9:33 AMAhmed Riyadh
09/17/2024, 9:35 AMDavid Herman
09/17/2024, 6:32 PMJust a word of caution, and I'm curious to check how @David Herman does it, but on K2 debugging is completely off on Windows.Ah yeah I'm not debugging stuff personally. I mostly use println plus live relading for my developer workflow.
David Herman
09/17/2024, 6:32 PM