I'm getting the gradle version when i run the Reac...
# community-support
n
I'm getting the gradle version when i run the ReactNative project Can anyone sort this problem
v
Hard to guess without any information. For example how does "getting the gradle version" look exactly? And do you only get the version and nothing else is done, then you probably use
--version
somewhere. Or do you get the version and it still continues building, then you probably use
--show-version
somewhere.
n
yeah my gradle version is 7.0 something when i updated i got kotlin version error
v
I have no idea what you try to say with your last statement. Please share concrete information, optimally through a build
--scan
URL if you can.