Build: remove explicit dependencies to org.jetbrains.annotations
This commit is contained in:
@@ -9,7 +9,6 @@ javaHome = rootProject.extra["JDK_16"] as String
|
||||
dependencies {
|
||||
compile(project(":core:util.runtime"))
|
||||
compile(kotlinStdlib())
|
||||
compileOnly("org.jetbrains:annotations:13.0")
|
||||
compile(project(":kotlin-annotations-jvm"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user