So I'm using Kotlin DSL for my gradle configuration. If we're using groovy, we can do something like this: ```groovy apply plugin: StringCare ``` But when using Kotlin DSL, somehow it's not... How do we fix this?