Closed willisjtc closed 3 years ago
vertx - 4.0.3
implementation("com.google.firebase:firebase-admin:7.3.0")
Run GameApp.scala and no routes will be handled. localhost:8888/graphiql/ won't be handled. Remove the firebase dependency and it works just fine.
ran on scala 2.13.5 macOS openJDK 11
incorrect project
Which version(s) did you encounter this bug ?
vertx - 4.0.3
Do you have a reproducer? yes. Clone this repo: https://github.com/willisjtc/intellij-scala-highlight-error-1 and add this line:
implementation("com.google.firebase:firebase-admin:7.3.0")
Run GameApp.scala and no routes will be handled. localhost:8888/graphiql/ won't be handled. Remove the firebase dependency and it works just fine.
Extra
ran on scala 2.13.5 macOS openJDK 11