nice! yeah there is a lot of similarity here. i notice you are specifying specific configurations in your project dependencies, I wonder if I have to do something similar
i
ian.shaun.thomas
02/05/2019, 2:21 PM
nice!
s
Sabrina Namur
02/05/2019, 2:23 PM
I don't know exacly how to archive this in the gradle file, but if you go to project structure -> modules -> 'my-game-jvm-terminal' -> 'main', dependencies and than add module dependencies (right side with a +) and choose 'text-adventure-terminal.commonMain it should work. (I assume you are using Intellij IDEA)
i
ian.shaun.thomas
02/05/2019, 2:24 PM
I'm guessing what you are suggesting @Sabrina Namur is a way to allow specifying which configuration of the dependency to use. You can accomplish it the same way you do with normal maven dependencies.