Are there any plans to offer an API similar to And...
# gradle
e
Are there any plans to offer an API similar to Android's variants?
t
e
I just realized I had already commented there earlier this year 🙈
🙂 1
j
Wouldn’t this be solved by integrating Kotlin Gradle plugin with Gradle feature variants?
c
Wouldn’t this be solved by integrating Kotlin Gradle plugin with Gradle feature variants?
It already does, that's how KMP works. I believe that's why it's complex to let users play with it—but you can through weird hacks.
e
There could probably be a nicer API on top of it