79081934

Date: 2024-10-12 21:11:33
Score: 1.5
Natty:
Report link

I have just solved the problem by adding the following code in build.gradle.kts

plugins {
    ...

}
buildscript {
    dependencies {
        classpath(libs.oss.licenses.plugin)
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Timo S.