When I run `./gradlew sourceSets` in some Android ...
# android
e
When I run
./gradlew sourceSets
in some Android projects, then the source sets aren't printed. An example project that doesn't print any source sets:
Copy code
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?