gradle-recipes icon indicating copy to clipboard operation
gradle-recipes copied to clipboard

Some updates to the Kotlin/addCustomBuildConfigField

Open thagikura opened this issue 3 years ago • 0 comments

  • Fix the runtime error about the values of FloatValue, LongValue. In the BuildConfig file.

  • Move the MainActivity to under main/java instead of main/kotlin so that they are recognized as source folder by default by Android Studio

  • Add the layout file for the MainActivity so that TextView is assigned for each addBuildConfig

  • Add gradle wrapper to the repository so that the sample is self-contained without relying on local gradle binary

thagikura avatar Sep 18 '20 08:09 thagikura