[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)
|
@get:PathSensitive(PathSensitivity.RELATIVE)
|
||||||
internal abstract val entryModule: DirectoryProperty
|
internal abstract val entryModule: DirectoryProperty
|
||||||
|
|
||||||
|
// Do not change the visibility - the property could be used outside
|
||||||
@get:Internal
|
@get:Internal
|
||||||
internal abstract val rootCacheDirectory: DirectoryProperty
|
abstract val rootCacheDirectory: DirectoryProperty
|
||||||
|
|
||||||
override fun cleanOutputsAndLocalState(reason: String?) {
|
override fun cleanOutputsAndLocalState(reason: String?) {
|
||||||
if (!usingCacheDirectory()) {
|
if (!usingCacheDirectory()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user