We are writing an annotation processor and we want to know the currently processed project is a library project or not. In the old ways, we could just parse the project.properties file. Is there a way to get this information in case of Gradle builds (without parsing the whole build script)?
Thanks, in advance! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
