Slackbot
10/22/2020, 10:36 AMLilly
10/23/2020, 4:07 PMLilly
10/27/2020, 5:23 PMPluginSpecBuilders.kt
. There are shortcuts for plugins like kotlin("android")
or id("com.android.application")
so you can use kotlin-android
or application
instead. While I can use kotlin-android
in my precompiled script plugin, using application
or library
shortcut does not work because it points to id("org.gradle.application")
instead of id("com.android.application")
. One time I did point to the right plugin but not anymore. Do you know why it does not work?