mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
gradle: migrate plugin dependencies to version catalogs
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
c9806c09dd
commit
0eba1e26fb
9 changed files with 52 additions and 52 deletions
|
@ -1,4 +1,6 @@
|
|||
plugins { kotlin("jvm") }
|
||||
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
|
||||
|
||||
plugins { alias(libs.plugins.kotlin.jvm) }
|
||||
|
||||
dependencies {
|
||||
api(projects.model)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue