How to Change the Version of Kotlin using Expo React Native

Tiempo de lectura: < 1 minuto

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

Carousels - pexels

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:

Leave a Comment