Is there a `kotlin-dsl` version for Kotlin 1.4.0-r...
# eap
m
Is there a
kotlin-dsl
version for Kotlin 1.4.0-rc?
✔️ 1
n
you mean using it in gradle? not until there is a gradle version that uses 1.4.0 since you cannot mix 1.4.0(-rc) and 1.3.x
m
For writing a Gradle plugin with Kotlin 1.4
It works!
m
Yes it doesn, but with big fat warning that the build uses Kotlin 1.4 while kotlin-dsl expects 1.3.72 🙂
t
Gradle update required :)
👍 1
In any case it blocks buildSrc only
buildSrc will not work with 1.4
In Gradle plugin you can use 1.4 and add suppress for strict mode
m
Yeah, it seems to work 🙂