The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gradle: Update to Kotlin 1.5.0

+2 -1
+2 -1
build.gradle
··· 3 3 4 4 buildscript { 5 5 ext { 6 - kotlinVersion = '1.4.32' 6 + kotlinVersion = '1.5.0' 7 7 8 8 // Skip 8.8.6 - see https://github.com/mikepenz/AboutLibraries/issues/648 9 9 latestAboutLibsRelease = '8.8.5' ··· 24 24 } 25 25 dependencies { 26 26 classpath 'com.android.tools.build:gradle:4.2.1' 27 + //noinspection DifferentKotlinGradleVersion 27 28 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" 28 29 classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}" 29 30 classpath 'com.quittle:svg-2-android-vector:0.0.5'