Philip Wedemann
Philip Wedemann
Closed in favor of https://github.com/cashapp/sqldelight/issues/4205
So it's stable now? :D https://github.com/ktorio/ktor/pull/2750#issuecomment-999404419
So you want to implement it or should I rebase it and merge it with #2750?
Another use-case: I want to implement a Kotlin Native database driver. Each database connection is stateful and needs to be executed on its own thread, this is the limitation/design of...
Similar to https://github.com/JetBrains/gradle-grammar-kit-plugin/pull/107 I would just add a check and don't add custom repositories. Adding repositories inside a plugin isn't secure because you can't control it and this repository can...
> Even more concise and type-safe workaround for now: > > ```kotlin > import com.google.cloud.tools.jib.gradle.JibTask > // ... > tasks.withType { > notCompatibleWithConfigurationCache("because https://github.com/GoogleContainerTools/jib/issues/3132") > } > ``` Better to...
I finally fixed the `java.lang.RuntimeException: Could not find installation home path. Please make sure bin/idea.properties is present in the installation directory.` error message, but this required some additional upgrades, grammarkit-composer...
Fixed in #3755
Open question: Could we add intellij idea support to navigate to these virtual files too to look up the definition?