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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.