Форум для тех, кто программирует под Android
1759547324
Anonymous
I am new to react native and i am getting an error "Could not set unknown property 'isCoreLibraryDesugaringEnabled' for object of type com.android.build.gradle.internal.CompileOptions$AgpDecorated " when i set isCoreLibraryDesugaringEnabled = true in my build settings
Following are the config that i am using
[code]ext {
buildToolsVersion = "36.0.0"
minSdkVersion = 24
compileSdkVersion = 36
targetSdkVersion = 36
ndkVersion = "27.1.12297006"
kotlinVersion = "2.1.20"
}
[/code]
Подробнее здесь: [url]https://stackoverflow.com/questions/79782276/getting-an-error-when-setting-iscorelibrarydesugaringenabled-true-in-react-nat[/url]