leiningen 2024-07-04

Hi I've question about using https://github.com/jcrossley3/lein-modules for leiningen project

yeah 😞

Switch to deps.edn... go on... you know you want to... 😄

I tested lein-modules for my hobby project 🙂

it contains to sub modules module/common and module/cli

module/cli depends upon module/common

the dependency is not working for some reason. For example common.core is not recognized in https://github.com/rajcspsg/lein-multi-module-app/blob/main/module/cli/src/cli/core.clj

I cloned your project and tried to run lein modules install and it failed like this:

Error encountered performing task 'install' with profile(s): 'inherited,base,system,user,provided,dev'
java.lang.IllegalArgumentException: Bad artifact coordinates common:common:jar::version, expected format is <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>

Ah, lein-modules stopped working in Leiningen 2.9.3 -- see https://github.com/jcrossley3/lein-modules/issues/45