object B1 { @JvmField val foobar = "" fun method1(){} fun methodInBoth(){} } object B2 { val barfoo = "" fun method2(){} fun methodInBoth(){} }