ge-org / multiplatform-swiftpackage

Gradle plugin that generates a Swift Package Manager manifest and an XCFramework to distribute a Kotlin Multiplatform library for Apple platforms.
Apache License 2.0
333 stars 49 forks source link

Using the Gradle Build Cache #35

Open Nillerr opened 3 years ago

Nillerr commented 3 years ago

It would be of great convenience if the Gradle task would declare its inputs explicitly, and declare its outputs as cacheable, so one can use the Gradle Build Cache to avoid waiting for builds with no (Kotlin) code changes.