Alexander Vasiljev
Alexander Vasiljev
The example is great! My only question is: why should I google is out as a PR instead of one of official Kotlin DSL samples?
The workaround would be ```kotlin link(rel="...", href="...") { attributes["sizes"]="57x57" } ```
Yep. JIRA case: https://issues.apache.org/jira/browse/CALCITE-4607
Hello. Here is the Gradle plugin: https://plugins.gradle.org/plugin/kotlin2ts.kt2ts
@forresthopkinsa may you provide a sample that doesn't work?
Hi @rpalcolea, did you think about publishing your fork somewhere?
@deepy thank you. Your plugin just works for me. It's version 2.2.0 works with Gradle 6.0.1 without any warning.
@Whoops how do you configure runtime dependency on liquibase? UPD: Oh, I see. It is just `liquibaseRuntime` dependency. No more buildscript classpath mangling.
@kelloggm actually these instructions are not quite correct. When specifying ```groovy ext { versions = [ eisopVersion: '3.42.0-eisop1', ] } dependencies { compileOnly "io.github.eisop:checker-qual:${versions.eisopVersion}" testCompileOnly "io.github.eisop:checker-qual:${versions.eisopVersion}" checkerFramework "io.github.eisop:checker:${versions.eisopVersion}" } ```...
Another great feature (not released yet) is [Opting in to Service Loader Mediator](https://github.com/eclipse-collections/eclipse-collections/pull/1569). Absence of it does not allow to use Eclipse Collections in an OSGi project directly from Maven...