Bump kotlin_version from 1.4.21 to 1.4.30
Bumps `kotlin_version` from 1.4.21 to 1.4.30. Updates `kotlin-gradle-plugin` from 1.4.21 to 1.4.30 Updates `kotlin-stdlib-jdk7` from 1.4.21 to 1.4.30 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.21...v1.4.30) Updates `kotlin-stdlib` from 1.4.21 to 1.4.30 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.21...v1.4.30) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f617a8d77f
commit
d444e91ba8
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
// Ref: https://kotlinlang.org/releases.html
|
// Ref: https://kotlinlang.org/releases.html
|
||||||
ext.kotlin_version = '1.4.21'
|
ext.kotlin_version = '1.4.30'
|
||||||
ext.kotlin_coroutines_version = "1.4.1"
|
ext.kotlin_coroutines_version = "1.4.1"
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|
Loading…
Reference in New Issue