Fix Kotlin version in buildSrc
This commit is contained in:
parent
a5cdf7c297
commit
53769ede96
@ -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"))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user