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