mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
9 lines
164 B
Kotlin
9 lines
164 B
Kotlin
plugins {
|
|
kotlin("jvm")
|
|
id("dev.msfjarvis.claw.kotlin-library")
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.kotlinx.coroutines.core)
|
|
implementation(libs.dagger.hilt.core)
|
|
}
|