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.
This commit is contained in:
Philipp Keck 2023-01-29 12:17:51 +01:00
parent 01db3ef36d
commit 3bd13191e2

View File

@ -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