Found interface but class was expected
Closed this issue · 3 comments
I get the following error when trying to run sbt. Sbt version 0.13.12, the latest java 8.
[error] java.lang.IncompatibleClassChangeError: Found interface scalaz.Memo, but class was expected
What is the cause? I can find that such errors usually mean that a part of the code has been compiled with another version of gradle? java?
I try to add protify to a running and compilable android app.
Everything needs to be on latest versions because of the scalaz bincompat
update
On Tue, Sep 13, 2016, 7:59 AM Maciej Szreter notifications@github.com
wrote:
I get the following error when trying to run sbt. Sbt version 0.13.12, the
latest java 8.[error] java.lang.IncompatibleClassChangeError: Found interface
scalaz.Memo, but class was expectedWhat is the cause? I can find that such errors usually mean that a part of
the code has been compiled with another version of gradle? java?—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#19, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAfQxeLckUniWqMR-VU2VQ-ALcGlpREXks5qpro8gaJpZM4J7xkj
.
After removing .ivy2 and .sbt directories from my home directory, and doing several attempts everything compiles at last, thanks!
That's a bit overkill. Probably had an older version of sbt-android in
Global
On Wed, Sep 14, 2016, 5:38 AM Maciej Szreter notifications@github.com
wrote:
—
You are receiving this because you commented.Reply to this email directly, view it on GitHub
#19 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAfQxSMpBODyABZY2TIQ85ROyWPOmxRUks5qp-q_gaJpZM4J7xkj
.