Getting error when space is not available between LiveData = _darkMode
Does anyone know why this is occurring or is this a bug?
Getting error when space is not available between LiveData = _darkMode
Does anyone know why this is occurring or is this a bug?
You need a space before the equal sign:
val darkMode: LiveData<Boolean> = _darkMode