Results 83 comments of Stefan M.

Any suggestion/recommendation how to do that? Maybe an optional gradle property? 🤔

> Do your changes guarantee that source/targetCompatibility remains fixed at 11 (or soon 17) regardless of which JDK version is selected? Yes, that is the case 👍 Shameless self advertisement:...

Hmm.. unfortunately I'm unable to update the dependency lock files 🤔 (for the graal23.patch file) This is my change: ```diff index 445bfc4..bdb5c2a 100644 --- a/buildSrc/src/main/kotlin/JvmToolchain.kt +++ b/buildSrc/src/main/kotlin/JvmToolchain.kt @@ -2,7 +2,7...

Seems we run into a few other Gradle 7x toolchain issues 🙈 https://github.com/gradle/gradle/issues/22796 https://github.com/gradle/gradle/issues/19382 Lets wait for #245

Hey @bioball and/or @stackoverflow I might need your help here: 1. For clarification. The CI checks `gradle-check-jdk11` and `gradle-check-jdk17` are meant to be check if the code got compiled/works with...

Thanks for you comment [here](https://github.com/apple/pkl/pull/262#issuecomment-2019370332) @bioball ! I fixed it for the `:pkl-config-java:generateTestConfigClasses` tasks. See https://github.com/apple/pkl/pull/262/commits/ad5df187ab28698ccb992a8724455e8fd3f5c3dc But now I'm running in another (same? similar?) issue for `:pkl-cli:testStartJavaExecutable`: ``` Error: LinkageError...

Thanks guys, that worked for me. But I get (together with my own commit) a second commit which is something like > Merge abc1743 into cde9725 Again, it seems that...

This thing is indeed a interesting discussion. I need a "OneTimeObserver" as well in my project. I ended up in something like that: ```kotlin myLiveData.observeForever(object : Observer { override fun...

That's is the point. I don't want to observe it in the activity. As written above. I have multiple LiveData from different "services" in on ViewModel but want only send...

Feel free to fix it by yourself 🙃