Skip to content

how to upgrade android studio react native plugin for latest version #114714

Closed Answered by skymlmsoftwarecompany
AbdulVakeel asked this question in Mobile
Discussion options

You must be logged in to vote

belbuildscript {
ext {
// ...
kotlin_version = '1.6.10' // <- add this line
}

dependencies {
    // ...
    classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // <- add this line
    // ...
}

Replies: 2 comments

This comment was marked as off-topic.

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Mobile
Labels
Mobile Triage your notifications and browse code on the go with the GitHub Mobile app General
2 participants