Hello!
I was checking the documentation regarding kotlin KMM custom compilations and saw next statement:
“You also need to create a custom compilation in other cases, for example, if you want to combine compilations for different JVM versions in your final artifact, or you have already set up source sets in Gradle and want to migrate to a multiplatform project.”
How the creation of compilation could help to migrate the source sets configured in gradle to multiplatform project? May somebody share an example?
Thank you!