Quick question, does the order the `kapt` in the `...
# gradle
b
Quick question, does the order the
kapt
in the
build.gradle
file matter? ie.
Copy code
kapt <annotation processor 1>
kapt <annotation processor 2>
kapt <annotation processor 3>
means the annotation processors get run in that exact order?