smalltalk-matrix/features/navigator/build.gradle

7 lines
171 B
Groovy

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