I spent some time debugging the kapt process to be...
# androidx-xprocessing
e
I spent some time debugging the kapt process to better figure out what is going on. it’s very strange, we have this property in a kotlin class
open val argumentsKey: String = "airbnb:args"
that is overridden in the module being compiled
override val argumentsKey: String = Mavericks.KEY_ARG
For some reason the kotlin metadata (and therefor xprocessing) think it is a suspend function. This is using kotlinx-metadata 0.4.2, but I also tried the newer 0.5.0 and it has the same problem.
❤️ 1