[Gradle, JS] Make KotlinJsIrLink::rootCacheDirectory public

^KT-56999 Fixed
This commit is contained in:
Alexander Korepanov
2023-02-28 12:10:03 +01:00
committed by Space Team
parent 0609edb4b8
commit a0727b22bb
@@ -84,8 +84,9 @@ abstract class KotlinJsIrLink @Inject constructor(
@get:PathSensitive(PathSensitivity.RELATIVE)
internal abstract val entryModule: DirectoryProperty
// Do not change the visibility - the property could be used outside
@get:Internal
internal abstract val rootCacheDirectory: DirectoryProperty
abstract val rootCacheDirectory: DirectoryProperty
override fun cleanOutputsAndLocalState(reason: String?) {
if (!usingCacheDirectory()) {