Created
July 11, 2023 05:11
-
-
Save sgammon/b2cabf937684dbec9097c2fb8f5bb258 to your computer and use it in GitHub Desktop.
Buildless for Gradle: Kotlin DSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import build.less.plugin.settings.buildless | |
plugins { | |
id("build.less") version "1.0.0-beta1" | |
} | |
buildless { | |
// settings go here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment