Hi, is there a way to use SQLDelight with the `plu...
# squarelibraries
l
Hi, is there a way to use SQLDelight with the
plugins
DSL with Gradle Kotlin DSL? EDIT: I meant without having to specify anything in the root project classpath, but it does not seem possible as the plugin does not seem to be on gradle plugins portal.
plugins { id("com.squareup.sqldelight") }
works fine.