Added Jetbrains Annotations

This commit is contained in:
Andrey Terentev 2024-03-11 21:27:34 +07:00 committed by Andrey Terentev
parent cce8d4fcc0
commit a7a3e4b990

View File

@ -11,6 +11,7 @@ repositories {
dependencies {
implementation project(':client-api')
implementation 'org.jetbrains:annotations:24.1.0'
implementation 'com.squareup.okhttp:okhttp:2.7.5'
testImplementation platform('org.junit:junit-bom:5.9.1')