frogermcs / AndroidDevMetrics

Performance metrics library for Android development (includes dagger2metrics)
1.54k stars 118 forks source link

Not forced to apply the plugin #31

Open vincentbrison opened 7 years ago

vincentbrison commented 7 years ago

Hi,

It could be interesting to say that the plugin is mostly here to apply aspects. Can we add to the readme that if user is already using an aspectj plugin, he only has to add to its dependencies :

releaseCompile 'com.frogermcs.androiddevmetrics:androiddevmetrics-runtime-noop:0.4'
debugCompile 'com.frogermcs.androiddevmetrics:androiddevmetrics-runtime:0.4'

However the aspectj task from the plugin could conflict with other aspectj task. What do you think ?