79507097

Date: 2025-03-13 16:42:41
Score: 0.5
Natty:
Report link

after gradle version 8.0 (I think) the buildConfig fields is disabled by default so you need to enable it explicitly .... in your gradle ... in your android block add this (kotlin .kts version)

 buildFeatures {
        buildConfig = true
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Abdelrahman Esam