Instead of defining implicit retry policy, I'm explicitly calling "policy.retry(someName) { doSomething() }". Variable policy is of type atmos.RetryPolicy (case class).
IntelliJ reports that it cannot resolve symbol "retry" in that call. Code compiles and runs well. I guess it is some bug in IntelliJ. Clearing caches, restarting or reimporting project after deleting .idea/ didn't help.
Can anyone reproduce the issue?