https://gradle.com/ logo
#configuration-cache
Title
# configuration-cache
r

rrva

02/26/2023, 11:19 AM
What about configuration cache support in/with the kotlin plugin? It is not listed at https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:plugins
v

Vampire

02/26/2023, 3:09 PM
Why should it be listed? It is not a built-in core plugin.
r

rrva

02/26/2023, 3:12 PM
ah. I only read the bullet points thinking it was some general language support list
m

Martin

02/26/2023, 9:42 PM
I think it's mostly working but I'm still seeing a few issues with multiplatform like this one https://youtrack.jetbrains.com/issue/KT-55051
e

Eug

02/28/2023, 6:41 AM
Dokka doesn't support it yet
t

Tapchicoma

03/02/2023, 9:27 AM
Configuration cache in MPP should work with Kotlin 1.9.0
For Dokka current plan is also around 1.9 release
e

Esa Firman

05/03/2023, 4:52 AM
I got multiple configuration cache error from the KGP in Gradle 8.1 with Kotlin 1.7.10 Looking at the stack trace points out to this line Is this a known issue? Thanks
m

Mikhail Lopatkin

05/03/2023, 7:40 AM
I think this particular error was fixed in 1.8.0
e

Esa Firman

05/03/2023, 7:52 AM
@Mikhail Lopatkin thanks for the reply Will check, I think it can be quickly validated if I use Kotlin’s compatibility mode? 😅
The error is gone in 1.8.10 thanks for the suggestion @Mikhail Lopatkin
24 Views