andfun-kotlin-sleep-tracker
andfun-kotlin-sleep-tracker copied to clipboard
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.
Import of files in database package fails.
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...