We will today learn how to change the Kotlin version used in Expo.

First, we need to install expo-build-properties, which will allow us to edit native project properties without modifying anything in the android folder.
html
npm run expo install expo-build-properties
And then we modified inside our app.json and could add the kotlinVersion:
