Код: Выделить всё
android {
namespace = "com.my.project"
compileSdk = 33
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
defaultConfig {
minSdk = 24
targetSdk = 33
}
}
Код: Выделить всё
targetSdk: Int?' is deprecated. Will be removed from library DSL in v9.0
Подробнее здесь: https://stackoverflow.com/questions/752 ... deprecated