Tips of the day: test the application in release m...
# compose-web
f
Tips of the day: test the application in release mode often, it will avoid you some surprise.
😁 2
r
What kind of surprise did you have?
m
The most common surprise is that your release build just fails because ProGuard can’t cope with it and you’l have to find and add extra rules to make it work again.
r
I see, but you are talking about desktop? On web I had no surprises yet apart from a external lib linking error which is being fixed due Kotlin 2.0.20
👌 2
p
On Js target got runtime error cause of undefined property when run production build. Went so far from last prod run. Now trying to find the reason.
r
@PHondogo is it the same as this issue? https://kotlinlang.slack.com/archives/CDFP59223/p1718535540695929?thread_ts=1716558342.975919&cid=CDFP59223 Clean build fixes it (for now, 2.0.20 will fix it)
p
Unfortunately not.
👍 1