Slow Gradle build becuase of Always-Run Tasks

When i run my project in android studio ladybug , the Gradle plugin seems to be too slow for the first time build. With the build analyzer i have found this report as below.

At 12:07, Oct 31, 2024, Android Studio detected the following issue(s) with Gradle plugin org.jetbrains.kotlin.android

Always-Run Tasks
Task runs on every build because it declares no outputs.

Plugin: org.jetbrains.kotlin.android
Task: checkKotlinGradlePluginConfigurationErrors
Task type: org.jetbrains.kotlin.gradle.plugin.diagnostics.CheckKotlinGradlePluginConfigurationErrors
Issues for the same task were detected in 1 module(s), total execution time was <0.1s (<0.1%), by module:
  Execution mode: FULL, time: <0.1s (<0.1%), determines build duration: true, on critical path: false, issues: Always-Run Tasks

====Build information:====
Execution date: 10/31/2024 12:07 PM
Total build duration: 2.1s
Configuration time: 0.6s (27.4%)
Critical path tasks time: 1.4s (69.0%)
Critical path tasks size: 2
AGP versions: 8.7.1
====Platform information:====
AS: Ladybug | 2024.2.1 Patch 1
AI-242.23339.11.2421.12483815, JRE 21.0.3+-12282718-b509.11x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 1920x1200 (150%), 1920x1080 (100%)
Android Gradle Plugin: 8.7.1
Gradle: 8.9
Gradle JDK: JetBrains Runtime 21.0.3
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)

I’m not into Android development, but your title does not match the report you posted.
Your title says the build is too slow because of an “Always-Run Task”.
Your report says the only “Always-Run Task” you have needed 0.1 seconds to execute.
I would barely call 100 milliseconds a slow-down.