Hi guys, I am trying to build dsl for tests that a...
# getting-started
t
Hi guys, I am trying to build dsl for tests that are currently written in Java and just rewrite them. When doing so I tried to run one test but it doesn't @Autowire some stuff in one of the java classes that I use. Other than adding kotlin to the dependencies of the project should I add something else or is it fixed in other way? 🙂 Sorry if it is not the right place to ask.
g
Probably #spring is a better place. It’s better to initialise them in the constructor. IntelliJ is suggesting that even, and making it easy to change.
t
Thanks 🙂