Hello,
I would like to use K2 compiler and I am solving issue:
https://youtrack.jetbrains.com/issue/KT-55177 (Deprecate declaration of expect and actual counterparts of same class in one module)
I need to add
-Xcommon-sources
CLI flag, but documentation is not clear.
Can you help me with example solution for this problem?
Thanks