Ivan Gavrilovic
4f64431f10
KT-46820: Kotlin gradle plugin - prevent multiple threads from registering task
...
... as that is not supported by the underlying mechanism.
Build service that holds info about the incremnetal compilation
may be instantiated only during execution, and multiple tasks may
try to do that. Because the container which holds info about all
build services is not thread-safe, this change adds synchronization.
Fixes #KT-46820
2021-05-25 12:49:07 +03:00
..
2021-04-08 03:22:02 +03:00
2021-03-31 17:38:56 +03:00
2021-02-18 12:17:17 +01:00
2020-06-14 20:31:26 +03:00
2021-04-03 14:31:46 +03:00
2020-11-06 19:27:32 +01:00
2020-12-31 15:49:06 +03:00
2021-05-12 23:28:37 +03:00
2021-05-25 12:49:07 +03:00
2021-05-12 23:28:37 +03:00
2020-11-30 14:01:12 +07:00
2021-05-20 17:36:08 +03:00
2021-05-12 23:28:37 +03:00
2021-05-06 18:45:45 +03:00
2020-12-16 19:52:22 +03:00
2021-05-19 13:25:26 +03:00
2021-04-29 23:14:15 +03:00
2021-04-08 03:22:02 +03:00
2021-03-29 18:36:50 +03:00
2021-04-03 14:31:46 +03:00
2021-04-29 23:14:13 +03:00
2021-04-03 14:31:46 +03:00
2021-04-29 23:14:11 +03:00
2021-04-29 23:14:13 +03:00
2021-04-03 14:31:46 +03:00
2021-04-03 14:31:46 +03:00
2021-02-18 12:17:17 +01:00
2020-12-31 15:49:06 +03:00
2021-04-23 00:43:13 +03:00
2021-02-18 12:17:17 +01:00
2020-08-20 14:58:11 +02:00
2021-01-13 19:34:24 +01:00
2020-06-14 20:31:26 +03:00
2021-04-12 16:51:24 +03:00
2021-03-24 15:17:11 +03:00
2021-03-25 15:16:07 +03:00
2021-04-15 18:39:06 +02:00
2021-04-03 14:31:46 +03:00
2021-04-08 03:22:02 +03:00
2021-02-03 12:51:39 +01:00