File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
- /.idea
1
+ /.idea
Original file line number Diff line number Diff line change 1
1
group ' mvcoding'
2
- version ' 1.0'
2
+ version ' 1.0-SNAPSHOT '
3
3
4
4
buildscript {
5
+ ext. kotlin_version = ' 1.0.2-1'
5
6
repositories {
6
7
mavenCentral()
7
8
}
8
9
dependencies {
9
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.0.1 "
10
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$k otlin_version "
10
11
}
11
12
}
12
13
13
14
apply plugin : ' kotlin'
14
15
15
16
dependencies {
16
- compile " org.jetbrains.kotlin:kotlin-stdlib:1.0.1"
17
+ compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
18
+ }
19
+
20
+ repositories {
21
+ mavenCentral()
22
+ }
23
+
24
+ sourceSets {
25
+ main. java. srcDirs + = ' src/main/kotlin'
17
26
}
Original file line number Diff line number Diff line change 1
- # Wed Jun 22 11:44:33 BST 2016
1
+ # Wed Jun 22 12:56:17 BST 2016
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.14-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14-all.zip
You can’t perform that action at this time.
0 commit comments