kotlin 1.2.40

This commit is contained in:
tateisu 2018-04-20 12:49:33 +09:00
parent da9bd43750
commit 3a5cb974d7
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@ -1,6 +1,6 @@
buildscript {
ext.kotlin_version = '1.2.31'
ext.kotlin_version = '1.2.40'
ext.kotlin_coroutines_version = '0.21.2'
ext.anko_version='0.10.4'
ext.asl_version='27.1.1'