andfun-kotlin-sleep-tracker icon indicating copy to clipboard operation
andfun-kotlin-sleep-tracker copied to clipboard

Results 5 andfun-kotlin-sleep-tracker issues
Sort by recently updated
recently updated
newest added

Updated dependencies and manifest to match master branch. This way starter code opens, builds and launches inside Android Studio 2023.1.1 without complaints and errors.

test not working please update compileSdkVersion to 33 and targetSdkVersion to 33 check all dependencies

Hi i found an error in the SleepTrackerViewModel.kt If i use the code: ` private fun initializeTonight() { uiScope.launch { tonight.value = getTonightFromDatabase() } }` i get an Error: **java.lang.IllegalStateException:...

Both `exercise` and `solution` branches do not compile with error: ``` Cannot find a setter for that accepts parameter type 'error.NonExistentClass' If a binding adapter provides the setter, check that...