mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
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/271
Author: @bioball
Created: 2/29/2024
Status: ✅ Merged
Merged: 3/4/2024
Merged by: @bioball
Base:
main← Head:revert-kotlin-package-setting📝 Commits (1)
03adcc1Revert "Add setting for Kotlin package to codegen (#194)"📊 Changes
7 files changed (+8 additions, -145 deletions)
View changed files
📝
pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/CliKotlinCodeGeneratorOptions.kt(+1 -10)📝
pkl-codegen-kotlin/src/main/kotlin/org/pkl/codegen/kotlin/KotlinCodeGenerator.kt(+3 -16)📝
pkl-codegen-kotlin/src/test/kotlin/org/pkl/codegen/kotlin/KotlinCodeGeneratorTest.kt(+2 -90)📝
pkl-gradle/src/main/java/org/pkl/gradle/PklPlugin.java(+0 -3)📝
pkl-gradle/src/main/java/org/pkl/gradle/spec/KotlinCodeGenSpec.java(+0 -4)📝
pkl-gradle/src/main/java/org/pkl/gradle/task/KotlinCodeGenTask.java(+0 -4)📝
pkl-gradle/src/test/kotlin/org/pkl/gradle/KotlinCodeGeneratorsTest.kt(+2 -18)📄 Description
This reverts commit
7f404fff49.The package is derived from the module name.
Having
module com.example.Fooin Pklwill create Kotlin
package com.example.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.