caffeine
06/04/2021, 9:23 PMCompilation failed: Symbol for public <http://pw.binom.io|pw.binom.io>.httpClient/HttpClient.request|-4729544346512717501[0] is unbound
Then I renamed HttpClient.request
to HttpClient.connect
and build it.
Then I again try to compile "application" and get error: method request
not found. It is fine, because I renamed method. I fix call request
to connect
in "application" and tryed to build "application" again. And in this turn I got same error: Compilation failed: Symbol for public <http://pw.binom.io|pw.binom.io>.httpClient/HttpClient.request|-4729544346512717501[0] is unbound
Maybe I must clear some cache? I made gradle clean
on both project. It not work.caffeine
06/05/2021, 7:41 AMis unbound method
gonecaffeine
06/05/2021, 9:14 AMbuild
folder?