Supress DSL scope violation in build.gradle.kts

This commit is contained in:
Alex Zenla 2023-02-07 18:18:10 -05:00
parent ac0a0b2bed
commit 0224e48ec8
Signed by: alex
GPG Key ID: C0780728420EBFE5

View File

@ -1,5 +1,6 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
@Suppress("DSL_SCOPE_VIOLATION")
plugins {
java