Has anyone seen any issues with allOpen related to...
# announcements
e
Has anyone seen any issues with allOpen related to gradle compilation errors? For example:
Copy code
@OpenForTesting
class Foo {
  var bar: String?

  init {
    bar = "baz"
  }
}
Causes the following error:
Property must be initialized or be abstract