Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2856ec4

Browse files
committed
update kotlin library version
1 parent 407b3db commit 2856ec4

File tree

1 file changed

+2
-2
lines changed
  • androidweekly/Kotlin for Android (II)创建一个工程

1 file changed

+2
-2
lines changed

androidweekly/Kotlin for Android (II)创建一个工程/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131
}
3232
dependencies {
3333
classpath 'com.android.tools.build:gradle:1.1.3'
34-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.11.91'
34+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.0.0'
3535
}
3636
}
3737
```
@@ -49,7 +49,7 @@ apply plugin: 'kotlin-android'
4949
```gradle
5050
dependencies {
5151
compile fileTree(dir: 'libs', include: ['*.jar'])
52-
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.11.91'
52+
compile 'org.jetbrains.kotlin:kotlin-stdlib:1.0.0'
5353
}
5454
```
5555
最后, 你需要添加我们在下一个步骤创建的Kotlin文件夹:

0 commit comments

Comments
 (0)