I’m trying to use the lastest version of ktor but ...
# ktor
g
I’m trying to use the lastest version of ktor but have some problems with existing task using DCE
Copy code
* What went wrong:
Could not determine the dependencies of task ':data2viz-client:runDceKotlinJs'.
> Could not resolve all files for configuration ':data2viz-client:kotlinCompilerClasspath'.
   > Could not find org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.0-rc-131.
     Searched in the following locations:
         <https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.3.0-rc-131/kotlin-compiler-embeddable-1.3.0-rc-131.module>
         <https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.3.0-rc-131/kotlin-compiler-embeddable-1.3.0-rc-131.pom>
     Required by:
         project :data2viz-client
Is there some modifications on DCE in 1.3?
e
@bashor
b
@gaetan Sorry for the delay. Is it still actual? Is it new mpp? We had some issue with new mpp and DCE, but it is already fixed. Please try latest RC (1.3.0-rc-190).
g
No, it’s working now. It was just a problem on my dependency defined only in buildscript. Thanks.
👍 1