Markus Schubert
Markus Schubert
I have the same problem but with String not found (like here: #168) in build.sbt there is `swaggerDomainNameSpaces := Seq("models")` but still get the error `[error] (run-main-0) scala.ScalaReflectionException: class String...
Any news here? I'm using the plugin for some time and never had problems. This issue popped up after upgrading my app to playframework 2.6. Is there anything I can...
`swaggerDomainNameSpaces` is only defined once. But I found the error and it might be helpful for others. I have a multi-module-project where the play app is one module. I had...