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

Lubomir Pisk

10/03/2023, 5:10 PM
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
3 Views