Support for Gradle configuration cache
Kotlin 1.9.0-RC comes with support for Gradle configuration cache in multiplatform libraries.
https://kotlinlang.org/docs/whatsnew-eap.html#preview-of-gradle-configuration-cache-in-kotlin-multiplatform
It would be great to add gradle configuration cache support in this plugin
Sorry, I don't why I'm not getting notifications for these issues. If you make a pr I'll review it and publish it.
@shpasha try 2.2.0-SNAPSHOT Lmk if how it goes and I can merge it afterwards if all is well.
use this repo:
repositories {
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}
Any progress on this? since 2.2.2 is released?
If you want to confirm that snapshot works as expected I'll release an update with it. @aegis123
I added to 2.2.3 let me know if there are problems