mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-07 23:58:43 +01:00
6 lines
78 B
Groovy
6 lines
78 B
Groovy
|
plugins { id 'kotlin' }
|
||
|
|
||
|
dependencies {
|
||
|
implementation project(':core')
|
||
|
}
|