mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 23:23:37 +01:00
[PR #411] [MERGED] Fix gradle dependency declare issue & order #541
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/411
Author: @TheFruxz
Created: 4/8/2024
Status: ✅ Merged
Merged: 4/23/2024
Merged by: @holzensp
Base:
release/0.25← Head:patch-2📝 Commits (3)
91048afFix gradle dependency declare issue1b5491aUpdate docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc373f0a2change compile to implementation on groovy side📊 Changes
1 file changed (+11 additions, -10 deletions)
View changed files
📝
docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc(+11 -10)📄 Description
compile(...) is not supported in Gradle Kotlin DSL by default. Changed it to implementation(...). Also moved Kotlin to the first tab in Gradle, because it is now the default Gradle Language
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.