<https://android-review.googlesource.com/c/platfor...
# multiplatform
h
https://android-review.googlesource.com/c/platform/frameworks/support/+/3313277/2/savedstate/savedstate/src/nonAndroidMain/kotlin/androidx/savedstate/SavedStateReader.nonAndroid.kt Is there a reason why getLong returns a non null for every primitive type, what if we need it nullable? Sorry for peeking so early but I'm curious why that decision, why being forced to have a default value, if I consume a value it should be null, not 0L in such case
plus1 1