Thank you, this was it. I have multimodule project and I added
-Xallow-jvm-ir-dependencies
stuff in the project level
gradle
file before. It turn out I had to do it in the module Iām using Compose
z
Zach Klippenstein (he/him) [MOD]
08/11/2020, 4:03 PM
@jim what does that flag actually do? Does the IR backend generate different bytecode that the compiler has to be notified about so it can interact correctly or something? Or is it just a warning to prevent accidentally including experimental dependencies?