izorin
09/21/2017, 9:46 AMClass 'org.intellij.markdown.IElementType' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
in KDocRenderer.kt
during idea:compileKotlin
. Am I missing something?ilya.chernikov
09/21/2017, 9:56 AMant -f update_dependencies.xml
before running the gradle build?izorin
09/21/2017, 10:00 AMizorin
09/21/2017, 10:00 AMilya.chernikov
09/21/2017, 10:16 AMilya.chernikov
09/21/2017, 10:18 AMls -l dependencies/markdown.jar
izorin
09/21/2017, 10:20 AMrunIde
and ideaPluginTest
, but it didn’t really matter since both of them have failed on compileKotlin
taskizorin
09/21/2017, 10:21 AMls -l dependencies/markdown.jar
gives me -rw-r--r-- 1 ilyazorin staff 377856 Jan 5 2017 dependencies/markdown.jar
ilya.chernikov
09/21/2017, 10:28 AMmarkdown.jar
is 3 months younger, so it seems that update_dependencies
step doesn’t work properly. Could you try it in a fresh working dir?ilya.chernikov
09/21/2017, 10:35 AMdependencies
and ideaSDK
dirs and rerun update_dependencies
then.izorin
09/21/2017, 10:36 AMilya.chernikov
09/21/2017, 10:36 AMupdate_dependencies
should in fact override everything, so I wonder.izorin
09/21/2017, 10:36 AMizorin
09/21/2017, 12:22 PM