Not getting my ID's from my XML File into my Kotlin file
So, I'm new to this and I'd really appreciate a quick help. I'm making a chat app for android and my ID's ive given to EditText arent't being referenced into my Kotlin file. When I type them in, they aren't shown on the suggestion drop down and they have that yellow squiggle that says 'Parameter Not Used'. Here's the code from my XML file:
and here's what i'm trying to do on my Kotlin file:
package com.example.chatapp
import...