This message was deleted.
# community-support
s
This message was deleted.
v
If noone comes up with an idea, maybe providing an MCVE could help. At least I did not fully get the situation from your description. 🙂
g
@Vampire so, here is example, what I want to achieve. I solved my needs through BuildService, but I am not sure that it is optimal solution. https://github.com/HlebMaliborski/JetpackInstrumentation/blob/build-service/buildSrc/src/main/kotlin/plugin/InstrumentationPlugin.kt
v
You should not use the internal registry there, but instead do as documented on the build serivces documentation page.
Other than that, I cannot tell how to properly do in Android build, as I don't do Android development.