smalltalk-matrix/domains/android/core/build.gradle

10 lines
172 B
Groovy
Raw Normal View History

2022-12-11 13:49:48 +01:00
plugins {
id "kotlin"
2022-12-11 13:49:48 +01:00
}
2022-02-24 22:55:56 +01:00
dependencies {
compileOnly project(":domains:android:stub")
compileOnly libs.androidx.annotation
2022-02-24 22:55:56 +01:00
implementation project(":core")
}