How should I apply `-Xexpect-actual-classes` flag...
# multiplatform
r
How should I apply
-Xexpect-actual-classes
flag in a multimodule MPP project on 1.9.20 to suppress exepect/actual warnings? I've tried all ways mentioned in this thread https://kotlinlang.slack.com/archives/C0KLZSCHF/p1697219629400059 but I still see all the warnings.
Managed to fix this. Seems some other part of my build configuration overwritten the compiler args.