handstandsam / kmp4free

A Gradle Plugin that allows seamless switching between Kotlin JVM and the Kotlin Multiplatform Plugins
Apache License 2.0
62 stars 1 forks source link

Find a way to optionally apply add multiplatform config. #4

Closed handstandsam closed 2 years ago

handstandsam commented 2 years ago

Tried to figure out an elegant solution to https://github.com/handstandsam/kmp4free/issues/2

It didn't make sense for kmp4free to be opinionated about what multiplatform targets you should use or support. This method allows you to have full control over that, and then it is outside the scope of this plugin.