aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreDependencies/build.gradle.kts4
1 files changed, 3 insertions, 1 deletions
diff --git a/coreDependencies/build.gradle.kts b/coreDependencies/build.gradle.kts
index 17a71c04..9af82d9f 100644
--- a/coreDependencies/build.gradle.kts
+++ b/coreDependencies/build.gradle.kts
@@ -31,6 +31,8 @@ dependencies {
because("it's published only on bintray")
}
implementation("org.jetbrains.kotlin:ide-common-ij193:$kotlin_plugin_version")
+ implementation(kotlin("stdlib-jdk8"))
+ implementation(kotlin("reflect"))
}
tasks {
@@ -60,4 +62,4 @@ publishing {
}
}
-configureBintrayPublication("dokkaCoreDependencies") \ No newline at end of file
+configureBintrayPublication("dokkaCoreDependencies")