yshrsmz / BuildKonfig

BuildConfig for Kotlin Multiplatform Project
Apache License 2.0
782 stars 32 forks source link

Generate simple object without expect/actual if there's no targetConfigs #18

Closed yshrsmz closed 4 years ago

yshrsmz commented 4 years ago

17

Ok I reconsidered the issue(#17) and changed my mind.

When I think which is simpler and which is more advanced, obviously "common object" is simpler and the current "expect/actual object" is more advanced/complex.

So I thought the new "common object" should be the default behavior, and the current "expect/actual object" should be an advanced option.

BuildKonfig now generates