cara mengatur match_parent di Kotlin

imageView.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.MATCH_PARENT));
Breakable Buffalo