I get often classpath + import issue on <https://g...
# gradle
s
I get often classpath + import issue on https://github.com/mix-it/mixit/blob/master/build.gradle.kts (Gradle 3.3 + IntelliJ Kotlin plugin 1.1 beta38). For example if add
classpath(”o rg.springframework:spring-webflux:5.0.0.BUILD-SNAPSHOT”)
in
buildscript
section and I want to import
org.springframework.web.reactive.function.client.WebClient
to use it in a custom function, it is not recognized (red). I have to restart IDEA and then it is taken in account. Is it something you are aware of @bamboo ?