andylamax
06/07/2022, 8:47 AMplugins {
alias(libs.plugins.greet)
}
libs
would be highlighted with '<declaration> can't be called in this context by implicit receiver. Use the explicit one if necessary'. Is there a WA?simon.vergauwen
06/07/2022, 9:01 AM@Suppress("DSL_SCOPE_VIOLATION")
.
https://github.com/nomisRev/ktor-arrow-example/blob/main/build.gradle.kts#L3simon.vergauwen
06/07/2022, 9:04 AMandylamax
06/07/2022, 9:27 AM