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 }