Your plugins aliases are wrong. They should look like this (note the full stop)
plugins { alias(libs.plugins.android.application) apply false alias(libs.plugins.kotlin.android) apply false }