Rodrigo Bamboo

Results 107 comments of Rodrigo Bamboo

Could we define our own `Nullable` annotation for that scenario?

> Do you mean to add something like a @NullableType that only applies to ElementType.TYPE_USE and add it to IntelliJ as one more nullable annotation? Exactly. We'd also need to...

> Does this mean that build script editors also would need to add this annotation to their list of nullability annotations in IDEA? At least for the Kotlin DSL that...

Removing `is:blocking` label after implementing a local workaround.

This is now part of the Stable Configuration Cache milestone.

Those are probably there because we serve the shaded `gradleApi()` jar to the IDE. Maybe we should serve the actual jars from the distribution instead?

Software model is out of scope for the configuration cache.

Almost but not quite due to `notCompatibleWithConfigurationCache` semantics.

I meant problems would still be reported with `notCompatibleWithConfigurationCache` and that's undesirable.

Hey @ligee, I'm assigning this one to you because of the [conversation](https://gradle.slack.com/archives/ext-jetbrains/p1480076392000231) we had some time ago: > we’re trying to keep the context ourselves, so this is a good...