I'm having trouble running eg StaticRoutingHttpHan...
# http4k
d
I'm having trouble running eg StaticRoutingHttpHandlerTest in IntelliJ,
Copy code
java.lang.IllegalStateException: MimeTypes::<http://class.java.ge|class.java.ge>…m("/META-INF/mime.types") must not be null
	at org.http4k.core.MimeTypes$Companion.invoke(MimeTypes.kt:13)
It looks like http4k-core/out/production/resources/ isn't ending up in IntelliJ's classpath. Am I missing something obvious?