Browse Source

Updage Kotlin to v1.2.30

4.0-glrenderer
Geoffrey Métais 9 years ago
parent
commit
4f7e2529d8
  1. 2
      build.gradle

2
build.gradle

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.android_plugin_version = '3.0.1'
ext.kotlin_version = '1.2.21'
ext.kotlin_version = '1.2.30'
ext.kotlinx_version = '0.22.2'
repositories {
flatDir dirs: "gradle/plugins"

Loading…
Cancel
Save