Fix Kotlin version in buildSrc

This commit is contained in:
Iaroslav Postovalov 2021-02-07 02:48:55 +07:00
parent a5cdf7c297
commit 53769ede96
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -5,5 +5,5 @@ plugins {
repositories.jcenter() repositories.jcenter()
dependencies { dependencies {
implementation(kotlin("compiler-embeddable", "1.4.30-RC")) implementation(kotlin("compiler-embeddable", "1.4.30"))
} }