Comment définir Match_parent dans Kotlin

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