Open codestiff opened 4 years ago
Perhaps, gen-class
isn't necessary. Remove the gen-class and allow it to be dynamic (vs compiled into the the jar as a .class
).
Use reify
perhaps. Or if there a way to gen-class
at runtime (reify is probably the better option). It's also possible removing the aot
compilation will work as well.
Sorry for the delay! I've been really busy in the past few weeks. Gonna take a deeper look soon
It looks like one of the "necessary" (for some circumstances) steps before using
firestore-clj
is to setmanaged-dependencies
. I'm not familiar with what is happening here but suffice it to say, I've been needing to do things like: https://github.com/codestiff/connective/blob/0.1.7/modules/connective-firestore/project.clj#L8In order to work w/
firestore-clj
. I think a more complete picture of what is causing compilation issues when not usingmanaged-dependencies
is worthwhile.For example,