ext {
buildToolsVersion = "35.0.0"
kotlinVersion = "1.9.24"
minSdkVersion = 24
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "27.1.12297006"
kotlinVersion = "2.0.21"
}
there is a warning on the doc;
min compileSdkVersion is required to be 34
mine is 35? What is wrong here?