Bump kotlinVersion from 1.3.50 to 1.4.32

Bumps `kotlinVersion` from 1.3.50 to 1.4.32.

Updates `kotlin-gradle-plugin` from 1.3.50 to 1.4.32
- [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.3.50...v1.4.32)

Updates `kotlin-stdlib` from 1.3.50 to 1.4.32
- [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.3.50...v1.4.32)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-21 21:14:39 +00:00 committed by Andy Scherzinger
parent 3e3cf878a7
commit 8b4c52c62b
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -22,7 +22,7 @@
buildscript {
ext {
kotlinVersion = '1.3.50'
kotlinVersion = '1.4.32'
}
repositories {