Erik
02/17/2021, 3:24 PM./gradlew sourceSets
in some Android projects, then the source sets aren't printed. An example project that doesn't print any source sets:
git clone git@github.com:vector-im/element-android.git
cd element-android
git checkout v1.0.17
./gradlew sourceSets
Normally that would print the available source sets for all kinds of configurations, but it doesn't. Why?