Deprecation Warning
StartParameter.isConfigurationCacheRequested was deprecated in Gradle 8.5 and now emits warnings. The replacement is BuildFeatures.configurationCache.requested.
Where
Emitted during configuration of plugins/gradle/example-client-kotlin. This warning originates from the Kotlin Gradle plugin (version 1.9.22), not from project build scripts directly.
Fix
Upgrade the Kotlin Gradle plugin to a version that no longer uses this deprecated API:
// plugins/gradle/example-client-kotlin/build.gradle
id "org.jetbrains.kotlin.jvm" version "1.9.22" // current
// Consider upgrading to a newer Kotlin version
Removed in
Gradle 10.0
Resource
https://docs.gradle.org/8.14.3/userguide/upgrading_version_8.html#deprecated_startparameter_is_configuration_cache_requested
Deprecation Warning
StartParameter.isConfigurationCacheRequestedwas deprecated in Gradle 8.5 and now emits warnings. The replacement isBuildFeatures.configurationCache.requested.Where
Emitted during configuration of
plugins/gradle/example-client-kotlin. This warning originates from the Kotlin Gradle plugin (version 1.9.22), not from project build scripts directly.Fix
Upgrade the Kotlin Gradle plugin to a version that no longer uses this deprecated API:
Removed in
Gradle 10.0
Resource
https://docs.gradle.org/8.14.3/userguide/upgrading_version_8.html#deprecated_startparameter_is_configuration_cache_requested