summaryrefslogtreecommitdiffstats
path: root/common/build.gradle.kts
blob: a68c858d416ddf5c68a8dc660ef9f94e6fcf932b (plain)
1
2
3
4
5
6
7
repositories {
    mavenCentral()
}

dependencies {
    compileOnly("org.jetbrains:annotations:24.1.0")
}