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.