mirror of
https://github.com/tursom/TursomServer.git
synced 2025-01-23 18:50:18 +08:00
4 lines
181 B
Groovy
4 lines
181 B
Groovy
|
dependencies {
|
||
|
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: '1.3.61'
|
||
|
compileOnly group: 'org.slf4j', name: 'slf4j-api', version: '1.7.29'
|
||
|
}
|