Compare commits

..

1 Commits

Author SHA1 Message Date
5ae671fc66 Update kotlin_version to v1.9.0
Some checks failed
valuya/comptaplan_app/pipeline/pr-dev There was a failure building this commit
2023-07-08 01:02:57 +00:00

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.8.22'
ext.kotlin_version = '1.9.0'
repositories {
google()
mavenCentral()