[Gradle, JS] Make KotlinJsIrLink::rootCacheDirectory public
^KT-56999 Fixed
This commit is contained in:
committed by
Space Team
parent
0609edb4b8
commit
a0727b22bb
+2
-1
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user