Piasy
Piasy
That's strange, I try your buck version, it builds well on my machine. Could you please provide `/base/BUCK` file content?
I see, the `annotation_processors` of `src_debug` and `src_release` is somehow not complete, it should be: ``` python annotation_processors = [ 'com.google.auto.value.processor.AutoAnnotationProcessor', 'com.google.auto.value.processor.AutoValueBuilderProcessor', 'com.google.auto.value.processor.AutoValueProcessor', 'dagger.internal.codegen.ComponentProcessor', ], ``` but it is: ```...
That's really strange.
I've already write an mvp activity template for this project, but not pushed yet. I'll checkout this repo, thanks!
sure, it will be a `install.sh`.
Cool, I'll think about it :)
我争取
@heralight Sorry that there is no such a tool now, I hope I could make it later. I think a gradle plugin that could remake the namespace with little configuration...
@sahal2080 Nice comment! I think your way sounds very good. But several things need to be done: - Remove some experimental and meaningless code, which is added during my PoC...
@sahal2080 Hi, after months of delay, finally I have finished the refactor of this project, now the so called architecture code, base classes, best practices are moved into the [base...