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

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