gcp-gradle-build-cache icon indicating copy to clipboard operation
gcp-gradle-build-cache copied to clipboard

use embedded-kotlin to build plugins

Open aSemy opened this issue 1 year ago • 1 comments

Gradle uses an embedded version of Kotlin. Gradle Plugins should not expose a different version of Kotlin as a dependency, to avoid causing conflicts with other Gradle Plugins.

https://docs.gradle.org/8.8/userguide/kotlin_dsl.html#sec:kotlin

Also, remove kotlin-stdlib-jdk8 - it is identical to kotlin-stdlib.

aSemy avatar Jun 23 '24 13:06 aSemy

I'm addressing a new fix to #66.

Goooler avatar Jan 31 '25 02:01 Goooler

Obsolete with https://github.com/androidx/gcp-gradle-build-cache/pull/72

liutikas avatar Sep 29 '25 16:09 liutikas