Allan Wang
09/21/2020, 2:56 AMimplementation
. Is there a way around that?ephemient
09/21/2020, 5:24 AMdependencies {
"implementation"(...)
}
Javier
09/21/2020, 10:17 AMAllan Wang
09/22/2020, 7:35 AMbuildSrc
plugin already but don’t i need to apply the kotlin plugin there?Allan Wang
09/22/2020, 8:09 AMapply(plugin = "org.jetbrains.kotlin.jvm")
instead of plugins { }
. It also turns out that the other build.gradle.kts
files still accept implementation
without needing quotations