I was told that make src/test codes depend on android frame work is not good practice. Instead framework dependant codes should be in src/androidTes'.
The motivation for me to clone this repos is to find advice on wether to put ViewModel more close to View (framework dependant, operate directly on android Views) or otherwise more close to Model (Only POJO).
But thank you anyway, this repo is a good showcase of three different architectures.