yshrsmz / BuildKonfig

BuildConfig for Kotlin Multiplatform Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generating Non-Internal BuildKonfig object

mustafaozhan opened this issue · comments

Currently, if we need to use BuildKonfig from different module, it is not visible since BuildKonfig is generated internal, maybe we can make this optional, since it causes repeated setups in different modules

You can use exposeObjectWithName to make it public

It works! thanks a lot!