Skip to content

Instantly share code, notes, and snippets.

@kiuchikeisuke
Last active October 30, 2018 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiuchikeisuke/cd31fab61ac034f29942659859c94d0a to your computer and use it in GitHub Desktop.
Save kiuchikeisuke/cd31fab61ac034f29942659859c94d0a to your computer and use it in GitHub Desktop.
3行でわかるKotlin v1.2.71からv1.3.0へのアップデート方法 ref: https://qiita.com/k_keisuke/items/91c76d6b3bae3fedc8fb
buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.71" //削除
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.0" //追加
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment