(:require [snitch.corelib [utils :as u]]) can't be recognized, it reports unable to resolve 'utils'
But (:require [snitch.corelib.utils :as u]) can be recognized very well
Bug screeshot:
Good screeshot:
What's the software config?
IntelliJ IDEA
IntelliJ IDEA 2019.3.4 (Community Edition)
Build #IC-193.6911.18, built on March 17, 2020
Runtime version: 11.0.6+8-b520.43 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.15.2
What is the problem?
(:require [snitch.corelib [utils :as u]])
can't be recognized, it reportsunable to resolve 'utils'
But(:require [snitch.corelib.utils :as u])
can be recognized very wellBug screeshot:
Good screeshot:
What's the software config?
IntelliJ IDEA
Clojure-Kit