Open TWiStErRob opened 2 years ago
Careful, KotlinDslCompilerPlugins
hardcodes Kotlin 1.4.
(1): there's barely any difference in compiled code, kotlin-dsl
just lets Kotlin use nice receiver syntax, but still compiles to Action anonymous inner classes.
(Diff: line numbers are different because I copy-pasted the relevant function, didn't change the plugin.)
PublishingPluginKt-setupLinks-java-library.jad.txt PublishingPluginKt-setupLinks-kotlin-dsl.jad.txt
Based on https://github.com/liutikas/gradle-best-practices/issues/1#issuecomment-1256260998
add("compileOnly", deps.kotlin.dsl)
hack