I used this code in my module build script to set id release build is debbugable or not, but now isDebbugable is not working (Unresolved reference).
getByName("release") {
isMinifyEnabled = false
isDebuggable = rootProject.ext.get("debuggable_release") as Boolean
}
What is the corresponding property for debuggable in kts
This option has disappeared after upgrading to AGP 7.0