Results 191 comments of Stefan M.

If I see it correctly, a module for doc gen already exist. The pkl-doc module. I thought we can simply use this in the pkl-cli module πŸ€” can we? While...

[Path.of()](https://developer.android.com/reference/java/nio/file/Path#of(java.lang.String,%20java.lang.String[])) was added in API 34. Make sure your phone runs in this version. Then it might work πŸ˜‰ Otherwise you could try using desugaring = https://developer.android.com/studio/write/java11-nio-support-table It seems this...

@bwijayap does this solve/fix the problem? Would be good to know πŸ™ƒ

> It seems like woodPidgeon is amending bird but that doesn't seem true in the code. I guess you're right here. `woodPigeon` is a completely new property and has nothing...

@bioball > The package command will check if there is already an existing package that exists, but with a different checksum. If it exists, it means that you need to...

I did a closer look into this and found the following: In case there is an `apiTest` property in the `PklProject`, the `ProjectCommand` creates the `CliProjectPackager`. The `CliProjectPackager` gets the...

Didn't [I said](https://github.com/apple/pkl/issues/302#issuecomment-1986969452) I tested your changes? πŸ˜– I just tested it again with HEAD as well as the mentioned commit. Seems to work now πŸŽ‰ Time for another release...

You can make use of Gradle TestKit to apply your plugin to a test project. Then you can test if it works with the configuration cache.

Sry I can't help you here. I don't know what the error is or what it said. I guess signing is not possible. See also the task: https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/targets/native/tasks/FatFrameworkTask.kt

Upstream issue https://github.com/Kotlin/dokka/issues/213 On Wed, Jul 3, 2019, 7:33 AM Lindroy wrote: > Same problem…… > > β€” > You are receiving this because you are subscribed to this thread....