Allan Wang
07/03/2019, 1:57 AMgildor
07/03/2019, 3:57 AMbut it’s dependent on Groovy closuresIt’s unfortunate, and would make sense to ask the author to migrate from Closure to type-safe Action<T> But you still can use this plugin, see official documentation how to use them: https://docs.gradle.org/current/userguide/kotlin_dsl.html#groovy_closures_from_kotlin
Allan Wang
07/03/2019, 4:44 AMgildor
07/03/2019, 5:09 AMgildor
07/03/2019, 5:12 AMAllan Wang
07/03/2019, 6:11 AMgildor
07/03/2019, 6:12 AMgildor
07/03/2019, 6:12 AMgildor
07/03/2019, 6:13 AMAllan Wang
07/03/2019, 6:22 AMgildor
07/03/2019, 6:56 AMbut I still have to run the taskMaybe just add it to dependencies of your own task? Which is standard way to compose different tasks, do not extend them, just let them run before or after your task
Allan Wang
07/03/2019, 7:05 AM