Sha Sha Chu
03/03/2023, 5:49 PMThe following annotation processors are not incremental: kotlin-compiler-embeddable-1.7.10.jar (org.jetbrains.kotlin:kotlin-compiler-embeddable:1.7.10).
Make sure all annotation processors are incremental to improve your build speed.
tapchicoma
03/03/2023, 6:07 PMSha Sha Chu
03/03/2023, 6:09 PMtapchicoma
03/03/2023, 6:10 PMkapt
in name. Generally kotlin-compiler-embeddable
should not be in this configurationSha Sha Chu
03/03/2023, 6:26 PMprocessors
that has all our custom annotation processors; i see the kotlin-compiler-embeddable
in that module's kotlinCompileClasspath. we use it in other modules via kapt project(':library:processors')
and i think that's how it's getting into the kapt configSha Sha Chu
03/03/2023, 6:26 PMtapchicoma
03/03/2023, 7:22 PMkotlinCompileClasspath
is not publishable configuration so it will not affect/leak to consumersSha Sha Chu
03/03/2023, 7:34 PMSha Sha Chu
03/03/2023, 11:30 PMSha Sha Chu
03/04/2023, 3:13 AM