Is it possible to provide a default impl for expect? If I have something that only differs on one platform, it seems overly verbose to actualize it on every platform.
a
Alexander Zhirkevich
11/20/2024, 3:01 PM
You can group Kotlin targets with the same implementation into the single custom target and declare actuals for them only once