microsoft / build-server-for-gradle

An implementation of the Build Server Protocol for Gradle
MIT License
55 stars 8 forks source link

Support for different types of Android projects #182

Open Tanish-Ranjan opened 2 months ago

Tanish-Ranjan commented 2 months ago

There are various kinds of projects that come under Android development such as Application, Library, Instant App, Dynamic Modules, Android Test, etc. I have added support for the most commonly used projects - Application and Library in #173 but the current implementation may require further enhancements to support other kinds of projects.