[Gradle] Slightly update KDoc to fix warning

^KT-56904 In Progress
This commit is contained in:
Yahor Berdnikau
2023-12-18 21:19:31 +01:00
committed by Space Team
parent 7911cc640b
commit f783317dca
@@ -16,7 +16,7 @@ import org.jetbrains.kotlin.gradle.targets.js.ir.KLIB_TYPE
import java.io.File
/**
* Creates fake NodeJS module directory from given gradle [dependency].
* Creates fake NodeJS module directory from given Gradle `dependency`.
*/
internal class GradleNodeModuleBuilder(
val fs: FileSystemOperations,