Moved plugin and related projects into paranoid subdirectory, and included it as separate build. This makes plugin development easier, removing the need to publish it to maven local repository.
Introduced new gradle property development instead of bootstrap, which enables dependencySubstitution in included build. The sole purpose of this flag is to allow samples to run with published dependencies instead of included build.
Upgraded AGP to 7.2.0 and Gradle to 7.3.3, since AGP 7.0.3 used incompatible ASM version.
Moved plugin and related projects into
paranoid
subdirectory, and included it as separate build. This makes plugin development easier, removing the need to publish it to maven local repository.Introduced new gradle property
development
instead ofbootstrap
, which enablesdependencySubstitution
in included build. The sole purpose of this flag is to allow samples to run with published dependencies instead of included build.Upgraded AGP to 7.2.0 and Gradle to 7.3.3, since AGP 7.0.3 used incompatible ASM version.