Something is off, new project created from IDEA: "...
# kotlin-toolchain
d
Something is off, new project created from IDEA: "Ktor Server" error:
No catalog value for the key logback.classic
Like this is works:
Copy code
dependencies:
  - $ktor.server.core
  - $ktor.server.netty
  - $ktor.server.configYaml
  - ch.qos.logback:logback-classic:1.5.18
But like this it does not work:
Copy code
dependencies:
  - $ktor.server.core
  - $ktor.server.netty
  - $ktor.server.configYaml
  - $logback.classic
/module.yaml125: No catalog value for the key logback.classic ERROR: failed to read Amper model, refer to the errors above
the dep. is inside build-in-catalog, what Amper does not like ?
a
Hi there, it seems like you use idea with an old frontend libraries The thing is that ide version for now (soon not anymore) is tight to amper cli version This is why we recommend to use EAP version of IntelliJ There is no such value indeed, CLI is right Sorry for the confusion, at some point there was such catalog key
👍🏻 1
d
What I do not like about EAP is that many error notifications appear, that you have to report
meow sorry 1
And missing plugins of course
meow sorry 1