[K/N][build] Add intellij-deps-fastutil dependency explicitly
Fastutil is required by the CLICompiler. compilerApi dependencies are used to create shadow jar kotlin-native.jar
This commit is contained in:
committed by
Space Team
parent
a7e1d36528
commit
59d9da05fe
@@ -108,6 +108,7 @@ dependencies {
|
||||
use(DependenciesKt) {
|
||||
trove4j_jar commonDependency("org.jetbrains.intellij.deps:trove4j")
|
||||
kotlin_reflect_jar commonDependency("org.jetbrains.kotlin:kotlin-reflect")
|
||||
compilerApi commonDependency("org.jetbrains.intellij.deps.fastutil:intellij-deps-fastutil")
|
||||
}
|
||||
kotlin_script_runtime_jar project(":kotlin-script-runtime")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user