Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407b3db commit 2856ec4Copy full SHA for 2856ec4
androidweekly/Kotlin for Android (II)创建一个工程/readme.md
@@ -31,7 +31,7 @@ buildscript {
31
}
32
dependencies {
33
classpath 'com.android.tools.build:gradle:1.1.3'
34
- classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.11.91'
+ classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.0.0'
35
36
37
```
@@ -49,7 +49,7 @@ apply plugin: 'kotlin-android'
49
```gradle
50
51
compile fileTree(dir: 'libs', include: ['*.jar'])
52
- compile 'org.jetbrains.kotlin:kotlin-stdlib:0.11.91'
+ compile 'org.jetbrains.kotlin:kotlin-stdlib:1.0.0'
53
54
55
最后, 你需要添加我们在下一个步骤创建的Kotlin文件夹:
0 commit comments