File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlinVersion = ' 1.1.4-eap-33 '
2
+ ext. kotlinVersion = ' 1.1.4-eap-77 '
3
3
repositories {
4
4
maven { url " https://repo.spring.io/plugins-release" }
5
5
maven { url " https://dl.bintray.com/kotlin/kotlin-eap-1.1" }
@@ -113,12 +113,12 @@ configure(allprojects) { project ->
113
113
apply plugin : " kotlin"
114
114
compileKotlin {
115
115
kotlinOptions. jvmTarget = " 1.8"
116
- kotlinOptions. freeCompilerArgs = [" -Xskip-runtime-version-check" , " -Xload-jsr305- annotations" ]
116
+ kotlinOptions. freeCompilerArgs = [" -Xskip-runtime-version-check" , " -Xjsr305- annotations=enable " ]
117
117
118
118
}
119
119
compileTestKotlin {
120
120
kotlinOptions. jvmTarget = " 1.8"
121
- kotlinOptions. freeCompilerArgs = [" -Xskip-runtime-version-check" , " -Xload-jsr305- annotations" ]
121
+ kotlinOptions. freeCompilerArgs = [" -Xskip-runtime-version-check" , " -Xjsr305- annotations=enable " ]
122
122
}
123
123
124
124
configurations. all {
You can’t perform that action at this time.
0 commit comments