plugins { pklAllProjects pklKotlinLibrary pklPublishLibrary } publishing { publications { named("library") { pom { url.set("https://github.com/apple/pkl/tree/main/pkl-commons") description.set("Internal utilities. NOT A PUBLIC API.") } } } }