You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I wanted to connect the jandex library for indexing classes in the project, I found sbt-jandex, tried to connect it, but this library cannot be used in any way outside of Compile / packageBin / mappings, since it requires the compilation of all classes and everywhere causes a circular call error, because of this, is there a way to avoid this using sbt assembly?
The text was updated successfully, but these errors were encountered:
Today I wanted to connect the jandex library for indexing classes in the project, I found sbt-jandex, tried to connect it, but this library cannot be used in any way outside of
Compile / packageBin / mappings
, since it requires the compilation of all classes and everywhere causes a circular call error, because of this, is there a way to avoid this using sbt assembly?The text was updated successfully, but these errors were encountered: