Hi all, Did anyone managed to integrate the Tornad...
# kodein
y
Hi all, Did anyone managed to integrate the TornadoFX kodein module (
kodein-di-framework-tornadofx-jvm
) using Gradle? Gradle can't find it for some reason. I get the following:
Copy code
Could not resolve: kodein-di-framework-tornadofx-jvm:6.5.1
Tried different versions and syntaxes but it didn't helped. this is the line I used to import:
Copy code
implementation("org.kodein.di" , "kodein-di-framework-tornadofx-jvm" , "6.5.1")
*I have jcenter as repository and use jdk8.