From 3bd13191e291dbc2d8b418490442bfdbef855798 Mon Sep 17 00:00:00 2001 From: Philipp Keck Date: Sun, 29 Jan 2023 12:17:51 +0100 Subject: [PATCH] Remove kapt.use.worker.api=false The option is deprecated and will be removed in the next KAPT release. Presumably this workaround isn't needed anymore nowadays. --- gradle.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 34f7a15..7fc6f1f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1 @@ kotlin.code.style=official -# Workaround for sometimes happening this issue https://youtrack.jetbrains.com/issue/KT-40750 -kapt.use.worker.api=false \ No newline at end of file