<com.google.android.material.textfield.TextInputEditText
android:id="@+id/ET_keyword"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:drawableRight="@drawable/ic_baseline_check_24"/>
this is my TextInputEditText
but how can I add SetOnClickListener
using Kotlin?