elihart
07/20/2022, 7:31 PMopen 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.