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:
parent
01db3ef36d
commit
3bd13191e2
1 changed files with 0 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue