mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 06:27:02 +05:30
feat(di): kick off Anvil infra
This commit is contained in:
parent
3c0a8dd392
commit
ce37903ea0
6 changed files with 99 additions and 0 deletions
18
di-scopes/build.gradle.kts
Normal file
18
di-scopes/build.gradle.kts
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* Copyright © 2022 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.
|
||||
*/
|
||||
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
|
||||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("dev.msfjarvis.claw.kotlin-library")
|
||||
alias(libs.plugins.anvil)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.dagger)
|
||||
implementation(libs.javax.inject)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue