#android
Read more stories on Hashnode
Articles with this tag
I was trying to configure jacoco plugin with sonarqube. To do this, we need to provide sonarqube with the path of coverage report xml file generated...
I searched for this on SO and think i have got the answer. Consider the below code in your viewmodel: viewModelScope.launch{ ...