https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
r

Robert Jaros

11/03/2023, 12:51 PM
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.
5 Views