简体   繁体   中英

Can choose Android Studio kotlin version?

I am new in a kotlin . any one know how can i choose my build kotlin version ? is it impossible to change it ? if yes , how should do this?

Kotlin version is specified in project level build.gradle

buildscript {
    ext.kotlin_version = '1.1.0'
    //.....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM