I created an application using React Native framework.
debug version runs great but extractReleaseAnnotations error occurs when i try to build release version.
Error log for react-native-connectivity-status :
> Task :react-native-connectivity-status:extractReleaseAnnotations FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-connectivity-status:extractReleaseAnnotations'.
> Could not resolve all files for configuration ':react-native-connectivity-status:lintClassPath'.
> Could not find kotlin-compiler-27.2.2.jar (com.android.tools.external.com-intellij:kotlin-compiler:27.2.2).
Searched in the following locations:
https://dl.google.com/dl/android/maven2/com/android/tools/external/com-intellij/kotlin-compiler/27.2.2/kotlin-compiler-27.2.2.jar
VSCode : v1.65.0
React Native : 0.67.2
React JS : 17.0.2
OS : Windows 11.0.22557.1
Any solutions?