This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
gradle-processors v1.4.0
Stop manipulating .idea/compiler.xml
when importing from IDEA (#90)
Motivation
If importing from IntelliJ, the annotation processor needs to be configured differently based on whether you're importing using 'separate source sets' or not. The plugin only worked in the former case.
In order to avoid further complexity to make both cases work, we've decided to remove that logic altogether. The plugin now only supports out-of-the-box configuration when calling ./gradlew idea
.