Skip to content
Snippets Groups Projects
Commit 5f7ba7a2 authored by Sebastian's avatar Sebastian
Browse files

Use Kotlin 1.5.21

parent 15e014dc
No related branches found
No related tags found
1 merge request!1Basic project setup
buildscript {
ext.kotlin_version = "1.4.32"
ext.kotlin_version = "1.5.21"
repositories {
google()
jcenter()
......@@ -19,4 +19,4 @@ allprojects {
task clean (type: Delete) {
delete rootProject.buildDir
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment