Oops, had to run right after I asked my question, sorry. I want to make a singleton that I can inject but so far it seems I can only make a class that I have to try to ensure no one constructs. I didn’t figure it’d ever be possible to do it for normal objects so I was looking at a trick to make a singleton using companion objects but you can’t inject them either