[K/N][build] the field was protected but why

This commit is contained in:
Pavel Punegov
2021-10-13 13:07:33 +03:00
committed by Space
parent bc89921fdd
commit 42aa8b1337
@@ -34,7 +34,7 @@ open class KonanCacheTask: DefaultTask() {
}.resolve("$target-g$cacheKind")
@get:OutputDirectory
protected val cacheFile: File
val cacheFile: File
get() {
val klibName = originalKlib.let {
if (it.isDirectory) it.name else it.nameWithoutExtension