mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #372] [MERGED] Fix java/kotlin usage examples #525
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/372
Author: @bioball
Created: 3/27/2024
Status: ✅ Merged
Merged: 3/28/2024
Merged by: @bioball
Base:
main← Head:fix-examples📝 Commits (2)
2ea02eaFix wrong data type in kotlin example2770235Fix Java examples and add to tests📊 Changes
3 files changed (+6 additions, -4 deletions)
View changed files
📝
docs/docs.gradle.kts(+2 -1)📝
docs/modules/java-binding/examples/JavaConfigExample.java(+1 -1)📝
docs/modules/kotlin-binding/examples/KotlinConfigExample.kt(+3 -2)📄 Description
Fixes wrong data types (string instead of list), and also adds these examples to our unit tests.
Closes #368
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.