yshrsmz / BuildKonfig

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

Why generated values are not const? #43

Closed steam0111 closed 3 years ago

steam0111 commented 3 years ago

For example :

internal object BuildKonfig {
  val FOOD_API_KEY: String = "1234"
}

why value not const?

yshrsmz commented 3 years ago

duplicate of #42 please check the issue for the detail.