Hi, any one has faced this problem?
# server
j
Hi, any one has faced this problem?
s
have you tried a forced gradle sync/refresh?
(or similar step for whatever build system you’re using)
j
even I invalidated cache and restarted the ide
e
Paste your dependencies here.
j
dependencies { implementation(kotlin("stdlib-jdk8")) implementation (project(":common")) implementation("com.google.firebasefirebase admin6.9.0") implementation("io.vertxvertx core${extra["vertxVersion"]}") implementation( "io.vertxvertx web${extra["vertxVersion"]}") implementation("io.vertxvertx service discovery${extra["vertxVersion"]}") implementation("io.vertxvertx circuit breaker${extra["vertxVersion"]}") implementation("io.vertxvertx config${extra["vertxVersion"]}") }
in the end I had to remove project and delete .idea folder, then reimported from gradle