is there any way to have intellij make build class...
# gradle
m
is there any way to have intellij make build classpath files available via search all types? e.g. intellij knows and has source for
SpringBootExtension
cuz if write
Copy code
configure<SpringBootExtension> {

}
I can click into
SpringBootExtension
and see it. But i can't use navigate to class to find it, nor does it show up in on the left in my Project pane even if scroll from source is on