I need to add some source code generation tasks to the build process, when 
using the stable plugin, I can depends on some taks.
But with the experimental plugin, it seems tasks are not created at the 
stage of 'afterEvaluate'.
I also tried this:

> model {
>     components.android {
>         binaries.afterEach { binary ->
>             binary.variantData.registerJavaGeneratingTask(task, srcDir)
>         }
>     }
> }
>
but it turns out variantData is null at the time afterEach action been 
executed.

So, how can I add my custom tasks to the build process with experimental 
plugin?  THANKS
 

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to