Importing the generated File
TrueMB opened this issue · 1 comments
TrueMB commented
I am trying to get some values, but how do I know manage to get them?
It doesnt seem possible to import the class.
My build.gradle:
buildConfig {
packageName("my.package")
useKotlinOutput()
buildConfigField("String", "version", provider { "\"${project.version}\"" })
}
TrueMB commented
I think I fixed it with Resyncing the Project. Sorry for the bother!