https://kotlinlang.org logo
Title
j

Juanoterocas

08/23/2019, 2:48 AM
Hi, any one has faced this problem?
s

Shawn

08/23/2019, 3:02 AM
have you tried a forced gradle sync/refresh?
(or similar step for whatever build system you’re using)
j

Juanoterocas

08/23/2019, 3:57 AM
even I invalidated cache and restarted the ide
e

Eduardo Pinto

08/23/2019, 8:53 AM
Paste your dependencies here.
j

Juanoterocas

08/23/2019, 1:44 PM
dependencies { implementation(kotlin("stdlib-jdk8")) implementation (project(":common")) implementation("com.google.firebase:firebase-admin:6.9.0") implementation("io.vertx:vertx-core:${extra["vertxVersion"]}") implementation( "io.vertx:vertx-web:${extra["vertxVersion"]}") implementation("io.vertx:vertx-service-discovery:${extra["vertxVersion"]}") implementation("io.vertx:vertx-circuit-breaker:${extra["vertxVersion"]}") implementation("io.vertx:vertx-config:${extra["vertxVersion"]}") }
in the end I had to remove project and delete .idea folder, then reimported from gradle