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
* Fix various warnings and cleanup samples
* 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
an `as` cast.
* Fixed various other warnings both in test/ and src/.
0 commit comments