is there any way to force kotlin-dsl version highe...
# gradle
d
is there any way to force kotlin-dsl version higher(lower) than bundled into gradle distrubution?
g
Why do you need this?
d
android plugin doesn’t fully support 5.x version https://issuetracker.google.com/issues/119209468 and i have that nasty memory leak affecting me https://github.com/gradle/kotlin-dsl/pull/1188
g
I don’t think that it’s possible
d
i’ll try to downgrade to 4.9, with 0.18.4 but it leads me to rewrite some script code 😞
g
Which version of AGP do you use?
As I remember 3.2 works with Gradle 5
3.3 not yet, but they said that add support in future releases
c
3.4 alpha works with Gradle 5 🤷
d
The support of 5.0-rc-1 is expected in canary 5.
i tried 3.4 canary 3 and got same issue as in link above
console build is ok with any version, problem is in IDE model generation
AS 3.2.1 with gradle 5.0-rc2 hangs on
Gradle: Build model ...BuildScriptClasspathModel
for root project…`