Is it possible to provide a default impl for expec...
# multiplatform
d
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
You can group Kotlin targets with the same implementation into the single custom target and declare actuals for them only once
d
Hmm. Okay.
r