Piasy / AndroidTDDBootStrap

A bootstrap project for TDD Android.
MIT License
877 stars 143 forks source link

duplicate compileOptions in app's build.gradle #14

Closed Luolc closed 7 years ago

Luolc commented 7 years ago

AndroidTDDBootStrap/app/build.gradle

At line 57-60 and 77-80, compileOptions is defined twice.

Piasy commented 7 years ago

Yes, and both of them are not necessary, it has been added in okbuck.gradle.

Luolc commented 7 years ago

Wow, get it. I've cloned this project and learnt for some days but still with many questions :( Much knowledge involved. A lot to learn..

Piasy commented 7 years ago

lol, don't worry, both of us have a lot to learn. Besides, this project is not perfect, welcome to file an issue or pr!