Is there way to make it possible: ``` interface B...
# announcements
e
Is there way to make it possible:
Copy code
interface Bundable
class Args : Bundable

class MainActivity : AppCompatActivity(), Bundable by some {
    val some = Args()
}