<@U0B9YLY3W> and <@U4ALTGMK5> I figured it out. ``...
# announcements
j
@lupajz and @krokyze I figured it out.
Copy code
interface AnimalHolder {
        val animals : Set<@JvmWildcard Animal>
}
The above fixes the problem for me!