Updated to Kotlin 1.1.4.

This commit is contained in:
Erik C. Thauvin 2017-08-16 19:17:26 -07:00
parent decf2ff134
commit 2fcbf0bbc6
3 changed files with 3 additions and 2 deletions

View file

@ -3,5 +3,6 @@
<option name="myName" value="Project Default" />
<option name="myLocal" value="true" />
<inspection_tool class="AndroidLintNewerVersionAvailable" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="UseExpressionBody" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>

View file

@ -59,5 +59,5 @@ repositories {
}
kapt {
generateStubs = true
//generateStubs = true
}

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.1.3-2'
ext.kotlin_version = '1.1.4'
repositories {
jcenter()
}