I've figured out that I need to add
buildConfig = true
in the buildFeatures section of the app build.gradle.kts file.
When I open old projects that worked fine, this line wasn't there, so I can only assume it's been introduced recently.