🐛 Add missing build.gradle file

This commit is contained in:
Alexander Söderberg 2020-10-22 12:28:22 +02:00 committed by Alexander Söderberg
parent 641a5f2683
commit 9b80bb9eb7

View file

@ -0,0 +1,4 @@
dependencies {
api project(':cloud-core')
implementation "com.github.pircbotx:pircbotx:${vers['pircbotx']}"
}