Skip to content

Upgrade Kotlin Gradle plugin to avoid deprecated StartParameter API - #32

Merged
Besi97 merged 1 commit into
mainfrom
fix/kotlin-plugin-upgrade
Aug 4, 2026
Merged

Besi97 merged 1 commit into
mainfrom
fix/kotlin-plugin-upgrade

Conversation

@Besi97

@Besi97 Besi97 commented Aug 4, 2026

Copy link
Copy Markdown
Owner

The StartParameter.isConfigurationCacheRequested property is deprecated (removed in Gradle 10.0). This warning originates from the Kotlin Gradle plugin 1.9.22. Upgrading the Kotlin plugin version resolves the issue.

Closes: #27

@Besi97
Besi97 merged commit 5f70426 into main Aug 4, 2026
3 checks passed
@Besi97 Besi97 added the enhancement New feature or request label Aug 4, 2026
@Besi97
Besi97 deleted the fix/kotlin-plugin-upgrade branch August 6, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate deprecated StartParameter.isConfigurationCacheRequested from Kotlin plugin (removed in Gradle 10.0)

1 participant