multiplatform-swiftpackage icon indicating copy to clipboard operation
multiplatform-swiftpackage copied to clipboard

Support for Gradle configuration cache

Open shpasha opened this issue 2 years ago • 2 comments

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

shpasha avatar Jul 05 '23 13:07 shpasha

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 avatar Sep 08 '23 02:09 luca992

@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/")
}

luca992 avatar Sep 23 '23 19:09 luca992

Any progress on this? since 2.2.2 is released?

aegis123 avatar May 28 '24 13:05 aegis123

If you want to confirm that snapshot works as expected I'll release an update with it. @aegis123

luca992 avatar May 28 '24 14:05 luca992

I added to 2.2.3 let me know if there are problems

luca992 avatar Jun 26 '24 19:06 luca992