79823426

Date: 2025-11-18 13:50:57
Score: 0.5
Natty:
Report link

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
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MunterMan