@bamboo I'm on the lastest version of intellj and this is still not showing up as something that compiles (but it does when I run it with gradlew:
Copy code
buildscript {
configurations.all {
it.resolutionStrategy {
force("com.google.guava:guava:19.0") // It says that this method is an Unresolved reference
}
}
}