When you create a new issue or comment already existed please add the next additional info about you project:
- Gradle version.
- Android Gradle Plugin version.
- Kotlin version.
- Imperative (apply ) or declarative ( plugins {} ) apply plugin are you using?
- Gradle Task which you execute.
- As more detail build logs as you can.
Before you start working on a larger contribution, you should get in touch with us first through the issue tracker with your idea so that we can help out and possibly guide you. Coordinating up front makes it much easier to avoid frustration later on.
If this has been discussed in an issue, make sure to mention the issue number. If not, go file an issue about this to make sure this is a desirable change.
Run ./gradlew :plugin:detekt
to check code style.
Run ./gradlew :plugin:test
to check Unit Tests.
When your changes are ready, create a PR for the develop
branch.
All submissions, including submissions by project members, require review. We adhere to the Kotlin coding conventions.