8 lines
164 B
Kotlin
8 lines
164 B
Kotlin
android {
|
|
namespace = "github.leavesczy.compose_chat.common"
|
|
}
|
|
|
|
dependencies {
|
|
implementationTest()
|
|
implementation(Dependencies.Components.coroutines)
|
|
} |