I will have a look Thanks a lot.
Btw you mentioned earlier that i should create a task that compiles service
with different config/dependency. The default task to do that is compileDebugJavaWithJavac
for java sources and compileDebugKotlin
for kotlin. Since I work with kotlin
do you know how can I extend that task and pass the service
source files after allgenerated
is done working?