* What went wrong:
A problem occurred evaluating project ':react-native-gesture-handler'.
> Could not initialize class org.jetbrains.kotlin.gradle.plugin.KotlinGradleBuildServices
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':react-native-gesture-handler'.
> compileSdkVersion is not specified. Please add it to build.gradle
I tried this stackoverflow solution also → https://stackoverflow.com/a/70294898/12071002
But the link is removed maybe in newer version
Tried to build project with Android Studio also but the issue with compileSdkVersion
as in the image or same with running with npx react-native run-android
or i didn't think these are related to this issue