I have a nother question on configuring an app as well as the gradle build. Let's say I have a `data class Config()`that holds parameters like the environment it's currently in, db connection parameters, etc. Some of the params I want to read in the build.gradle.kts file for code generation.
Is there any way to share a "custom" config class between both my code and the build.gradle.kts file?