mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
refactor(build-logic): simplify plugin setup
This commit is contained in:
parent
7cc81047d4
commit
36ab72226c
9 changed files with 17 additions and 28 deletions
|
@ -6,10 +6,7 @@
|
|||
*/
|
||||
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
|
||||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("dev.msfjarvis.claw.kotlin-library")
|
||||
}
|
||||
plugins { id("dev.msfjarvis.claw.kotlin-jvm") }
|
||||
|
||||
dependencies {
|
||||
api(libs.crux)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue