compose-lobsters/build.gradle.kts
2024-01-19 16:40:58 +05:30

10 lines
289 B
Kotlin

/*
* Copyright © 2021-2024 Harsh Shandilya.
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
*/
plugins {
id("dev.msfjarvis.claw.spotless")
id("dev.msfjarvis.claw.kotlin-common")
}