hey everyone, in the Kotlin 1.2.60 announcement po...
# kapt
q
hey everyone, in the Kotlin 1.2.60 announcement post it was said that the plan was to make
kapt.use.worker.api
enabled by default from Kotlin 1.2.70. Did it happen? Is it now the default?
o
@yan
a
Judging by the commits, it's not enabled by default yet. Moreover, there are some number of bugs with this option enabled: https://youtrack.jetbrains.com/issues/KT?q=%22kapt.use.worker.api%22%20-Resolved
q
Ah I see, thanks!