Browse Source

Upgrade Kotlin

4.0-glrenderer
Geoffrey Métais 8 years ago
parent
commit
d2e50e7716
  1. 4
      build.gradle

4
build.gradle

@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.android_plugin_version = '3.1.4'
ext.kotlin_version = '1.2.51'
ext.kotlinx_version = '0.23.3'
ext.kotlin_version = '1.2.60'
ext.kotlinx_version = '0.24.0'
repositories {
flatDir dirs: "gradle/plugins"
google()

Loading…
Cancel
Save