You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Applied every IDE suggestion to the samples.
We should keep the sample code copy-pasteable into the IDE
without warnings.
* Gradle mentions that compileOnly dependencies don't work in Wasm,
so changed the dependency of `kotlinx-datetime-zoneinfo`
from compileOnly to api.
* Replaced the non-exhaustive-when error suppressions with
a runtime check to be able to diagnose the issue better if
we indeed make an error at some point.
The runtime check can be removed if the compiler becomes smarter.
* Fixed various other warnings both in test/ and src/.
0 commit comments