Support for Gradle configuration cache
Closed this issue · 5 comments
shpasha commented
Kotlin 1.9.0-RC comes with support for Gradle configuration cache in multiplatform libraries.
It would be great to add gradle configuration cache support in this plugin
luca992 commented
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.
luca992 commented
@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/")
}
aegis123 commented
Any progress on this? since 2.2.2 is released?
luca992 commented
If you want to confirm that snapshot works as expected I'll release an update with it. @aegis123
luca992 commented
I added to 2.2.3
let me know if there are problems