[PR #411] [MERGED] Fix gradle dependency declare issue & order #541

Closed
opened 2025-12-30 01:25:13 +01:00 by adam · 0 comments
Owner

📋 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.25Head: patch-2


📝 Commits (3)

  • 91048af Fix gradle dependency declare issue
  • 1b5491a Update docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc
  • 373f0a2 change 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.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/411 **Author:** [@TheFruxz](https://github.com/TheFruxz) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/23/2024 **Merged by:** [@holzensp](https://github.com/holzensp) **Base:** `release/0.25` ← **Head:** `patch-2` --- ### 📝 Commits (3) - [`91048af`](https://github.com/apple/pkl/commit/91048afe823d798071fc917c4930e7ec7401e018) Fix gradle dependency declare issue - [`1b5491a`](https://github.com/apple/pkl/commit/1b5491a90fcd81d1df51b42fef8029b3648fe69e) Update docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc - [`373f0a2`](https://github.com/apple/pkl/commit/373f0a2877532b8d8410bc63ca7cbf9a65f955bf) change compile to implementation on groovy side ### 📊 Changes **1 file changed** (+11 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `docs/modules/kotlin-binding/pages/pkl-config-kotlin.adoc` (+11 -10) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:25:13 +01:00
adam closed this issue 2025-12-30 01:25:13 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#541