Hi guys, do you know if it is already possible to have two common source sets in the same module?
For example commonMain and jsCommonMain where we can use
expect
from both of this source sets. Where the first will be to all source sets and the second will be just to the js.