Slackbot
02/10/2022, 6:05 PMVampire
02/10/2022, 6:06 PMDallas G
02/10/2022, 7:33 PMarch2 {
view {
...
}
}
and in my Arch2Extension, inject Project
as I do now, but have it represent the submodule instead of the root project where the plugin was initially applied.Dallas G
02/10/2022, 7:34 PMabstract class Arch2PluginExtension @Inject constructor(
private val target: Project,
) {
...
}
Dallas G
02/10/2022, 7:34 PMarch2
is foundDallas G
02/10/2022, 7:42 PMDallas G
02/10/2022, 7:43 PM