Kenny50
Kenny50
I am new to here, and I am thinking that the `use` function in Okio.kt could be replace by `use` in kotlin.io, its implement is ```kotlin // kotlin.io/Closeable.kt @InlineOnly @RequireKotlin("1.2",...
I can take this
@dturner I am struggle with some decision 1. [ForYouViewModel](https://github.com/android/nowinandroid/blob/main/feature/foryou/src/test/java/com/google/samples/apps/nowinandroid/feature/foryou/ForYouViewModelTest.kt) Original test naming is expect_condition, like `stateIsLoadingWhenFollowedTopicsAreLoading`, I don't understand the reason, but I prefer using direct statement like `whenFollowedTopicsAreLoading_thenStateIsLoading` 2....
@mayokunadeniyi This issue caused by date format, date string will format to Locale.getDefault() before save into db, but the parsing after reading id Locale.ENGLISH, changing the parsing after reading will...