Ciprian Mihai Grigor

Results 13 comments of Ciprian Mihai Grigor

I had the same annoying problem. The way to solve it is to move all build scripts from module build.gradle to project build.gradle

For me it's only working with apply plugin: 'com.neenbedankt.android-apt' If I don't add the lib and use only provided 'com.michaelpardo:ollie-compiler:0.3.1' it will not generate any class in build/generated.

Same crash we have been reported in Crashlytics 23 times Version: 2.2.0 (non-native) Android: 6.0 and 6.0.1 Devices: LGE v10, Samsung Galaxy Note5, TCL 5056N, ZTE Grand X Max 2...

We need this as well, we need to append to pubspec.yaml and overwrite the rest of the files.

Hi @felangel It could be something like this: ``` conflict_resolution: append: - pubspec.yaml overwrite: - assets/ - lib/ ``` Regarding location both brick.yaml and mason.yaml make sens. Latter will work...

I have noticed a similar issue in 2.6.1.@Adam-Langley, works in

Same issue on 2.6.2, is related with multiple enviroments

I have added a unit test that proves the fix @Milad-Akarie.