Christoph Loy
cf8b41970e
[Gradle, Kapt] Run kapt even when all dependencies are indirect
...
Previously, kapt skipped the execution, if the "kapt" configuration had
no direct dependencies (via `kapt.dependencies.isEmpty()`).
This lead to kapt not working, if all
annotation processors are declared in a super-configuration of kapt.
With this change, we also consider super-configurations
(via `kapt.allDependencies.isEmpty`) and fix the described bug.
^KT-62518 Fixed
2023-10-25 12:25:41 +00:00
..
2023-07-31 14:48:28 +00:00
2023-10-20 14:37:09 +00:00
2023-07-14 10:52:10 +00:00
2023-10-18 10:32:11 +00:00
2023-10-25 08:38:07 +00:00
2023-08-03 14:47:20 +00:00
2023-04-17 14:40:49 +00:00
2023-07-04 19:26:38 +00:00
2023-09-06 22:47:33 +00:00
2023-10-16 13:34:37 +00:00
2023-04-25 10:23:46 +00:00
2023-09-19 15:46:26 +00:00
2023-09-06 22:47:33 +00:00
2023-09-19 15:46:26 +00:00
2023-10-25 12:25:41 +00:00
2023-07-28 17:53:45 +00:00
2023-10-17 09:42:38 +00:00
2023-08-29 16:45:12 +00:00
2023-08-29 16:45:12 +00:00
2023-08-29 16:45:12 +00:00
2023-10-25 12:25:41 +00:00
2023-08-25 14:10:37 +00:00
2023-10-04 12:23:39 +00:00
2023-05-02 14:32:12 +00:00
2023-07-19 06:57:32 +00:00
2023-10-24 08:38:51 +00:00
2023-04-17 14:40:50 +00:00
2023-08-18 12:35:25 +00:00
2023-09-19 15:46:28 +00:00
2023-09-19 15:46:26 +00:00
2023-09-19 15:46:26 +00:00
2023-09-19 15:46:26 +00:00
2023-09-19 15:46:26 +00:00
2023-10-16 13:34:37 +00:00
2023-09-19 15:46:26 +00:00
2023-09-19 15:46:26 +00:00
2023-09-06 22:47:33 +00:00
2023-09-19 15:46:26 +00:00
2023-09-06 22:47:33 +00:00
2023-09-06 22:47:34 +00:00
2023-05-12 09:31:41 +00:00
2023-07-04 19:26:38 +00:00
2023-10-17 15:43:59 +00:00
2023-08-25 11:28:46 +00:00
2023-10-19 03:11:54 +00:00
2023-10-16 21:20:49 +00:00
2023-10-17 12:10:15 +00:00
2023-09-19 15:46:26 +00:00
2023-10-18 13:02:11 +00:00
2023-10-10 09:16:14 +00:00
2023-07-04 19:26:38 +00:00