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

8 lines
179 B
Groovy

plugins { id 'kotlin' }
dependencies {
compileOnly project(":domains:android:stub")
implementation project(':core')
implementation project(':domains:android:core')
}