Skip to content

Instantly share code, notes, and snippets.

@oleksiyp
Created April 21, 2018 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oleksiyp/50bbcd1f0a80a475ebae56b2e5cfe7fa to your computer and use it in GitHub Desktop.
Save oleksiyp/50bbcd1f0a80a475ebae56b2e5cfe7fa to your computer and use it in GitHub Desktop.
Failed to build fresh kotlin native in IDEA
Information:Kotlin: kotlinc-jvm 1.2.40 (JRE 1.8.0_161-b12)
Information:21.04.18 21:00 - Compilation completed with 3 errors and 0 warnings in 34 s 795 ms
/home/oleksiyp/workspace/kn/performance/src/main/kotlin/org/jetbrains/ring/OctoTest/ocTree.kt
Information:(81, 17) Kotlin: 'when' expression on sealed classes is recommended to be exhaustive, add 'is Branch' branch or 'else' branch instead
/home/oleksiyp/workspace/kn/shared/build/generated/org/jetbrains/kotlin/konan/KonanVersion.kt
Error:(2, 35) Kotlin: Unresolved reference: MetaVersion
Error:(2, 49) Kotlin: Unresolved reference: MetaVersion
Error:(8, 33) Kotlin: Unresolved reference: MetaVersion
@olonho
Copy link

olonho commented Apr 21, 2018

rm -rf shared/build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment