Could not create task ':react-native-safe-area-context:compileDebugAndroidTestKotlin' Hatası
# - 07 Sep 2023

Merhabalar, React-Native kurulumu yaptıktan sonra React-Navigation kurdum ve "Could not create task ':react-native-safe-area-context:compileDebugAndroidTestKotlin'" bu hatayı aldım. Bu hatanın çözümünü ise aşağıda şekilde sağladım;

1) android/build.gradle dosyasını açın

2) dependcies alanına bunu ekleyin => classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"

Bu şekilde bu hata çözülmüş olacaktır.

referans: https://github.com/facebook/react-native/issues/38379