Code Monkey home page Code Monkey logo

idea-motoko-plugin's People

Contributors

ununhexium avatar

Watchers

 avatar  avatar  avatar

Forkers

globuter

idea-motoko-plugin's Issues

Unresolved reference: MotokoTypes

I am using latest gradle version 7.4
and call gradle buildPlugin

I have warnings and errors:

$ gradle buildPlugin

Task :compileKotlin FAILED
w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath:
/home/andrzej/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.4.32/461367948840adbb0839c51d91ed74ef4a9ccb52/kotlin-stdlib-1.4.32.jar (version 1.4)
/home/andrzej/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2020.2.4/b1d028673e39dbecbf4aa2a2bcd4f2a72f8860da/ideaIC-2020.2.4/lib/kotlin-reflect-1.3.70.jar (version 1.3)
/home/andrzej/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2020.2.4/b1d028673e39dbecbf4aa2a2bcd4f2a72f8860da/ideaIC-2020.2.4/lib/kotlin-stdlib-1.3.70.jar (version 1.3)
/home/andrzej/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2020.2.4/b1d028673e39dbecbf4aa2a2bcd4f2a72f8860da/ideaIC-2020.2.4/lib/kotlin-stdlib-common-1.3.70.jar (version 1.3)
/home/andrzej/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2020.2.4/b1d028673e39dbecbf4aa2a2bcd4f2a72f8860da/ideaIC-2020.2.4/lib/kotlin-stdlib-jdk7-1.3.70.jar (version 1.3)
/home/andrzej/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2020.2.4/b1d028673e39dbecbf4aa2a2bcd4f2a72f8860da/ideaIC-2020.2.4/lib/kotlin-stdlib-jdk8-1.3.70.jar (version 1.3)
/home/andrzej/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.4.32/ef50bfa2c0491a11dcc35d9822edbfd6170e1ea2/kotlin-stdlib-common-1.4.32.jar (version 1.4)
w: Consider providing an explicit dependency on kotlin-reflect 1.4 to prevent strange errors
w: Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (8, 28): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (17, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (29, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (30, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (31, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (35, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (36, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (37, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (38, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (39, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (40, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (41, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (42, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (43, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (44, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (45, 7): Unresolved reference: MotokoTypes
e: /home/andrzej/github/idea-motoko-plugin/src/main/java/net/lab0/motoko/MotokoSyntaxHighlighter.kt: (46, 7): Unresolved reference: MotokoTypes
...................................etc MotokoTypes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.