Are there any code examples for including/excluding a sourceSet based on whether the Desktop application is running in IntelliJ or as a native distribution? I’m looking to have something similar to
BuildConfig
in Android where I can swap between two implementations of a Kotlin object based on the runtime environment