Rename anvil modules to annotations and codegen

This commit is contained in:
Benoit Marty 2025-09-05 14:12:07 +02:00
parent c15162ed38
commit e88743bd6a
134 changed files with 130 additions and 142 deletions

View file

@ -49,9 +49,6 @@ android.experimental.enableTestFixtures=true
# Create BuildConfig files as bytecode to avoid Java compilation phase
android.enableBuildConfigAsBytecode=true
# Add the KSP code generation annotations to the list of contributing annotations for Anvil
com.squareup.anvil.kspContributingAnnotations=io.element.android.anvilannotations.ContributesNode
# Only apply KSP to main sources
ksp.allow.all.target.configuration=false