breandan
10/24/2018, 7:33 AMorg.jetbrains.gradle.plugin.idea-ext
plugin, which required a bunch of trial and error to translate (and the result does not look very natural). Are plugin authors expected to make their API Kotlin DSL friendly, or is there some kind of migration process planned? This was the result: https://github.com/acejump/AceJump/blob/6d06723fc5f590e0b75ea78d260c7f23bc3b87aa/build.gradle.kts#L28:L41gildor
10/24/2018, 7:58 AMuse any kind of plugin the process is very cumbersomeNot any kind, most of plugins work without such problems. But if plugin uses ExtensionsAware, Conventions or dynamic Groovy features such as propertyMissing() it can be unfortunately not so pleasant, like in this case