I have just solved the problem by adding the following code in build.gradle.kts
plugins { ... } buildscript { dependencies { classpath(libs.oss.licenses.plugin) } }