Update kotlin-build-gradle-plugin to 0.0.31

This commit is contained in:
Pavel Punegov
2021-07-02 15:26:00 +03:00
committed by Space
parent c2fe46020e
commit 269f83f86e
15 changed files with 26 additions and 23 deletions
@@ -22,6 +22,6 @@ buildscript {
}
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-build-gradle-plugin:0.0.30")
classpath("org.jetbrains.kotlin:kotlin-build-gradle-plugin:0.0.31")
}
}