You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
#2264 has added incremental annotation processing which addressed #2193, but I don't think this really is the case as of 4.7.0 and the current 4.8.0-SNAPSHOT.
Building the Kotlin example project provided in this repo, I get the following message:
> Task :kaptDebugKotlin
[WARN] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: org.androidannotations.internal.AndroidAnnotationProcessor (DYNAMIC).
What does this mean? Is there a known workaround for this?
I've just ran the Example code provided in this repo. Please let me know if you need additional info.
Hello,
#2264 has added incremental annotation processing which addressed #2193, but I don't think this really is the case as of
4.7.0and the current4.8.0-SNAPSHOT.Building the Kotlin example project provided in this repo, I get the following message:
What does this mean? Is there a known workaround for this?
I've just ran the Example code provided in this repo. Please let me know if you need additional info.