Test that Kotlin incremental caches are created lazily
This commit is contained in:
@@ -56,6 +56,9 @@ val INLINE_ANNOTATION_DESC = "Lkotlin/inline;"
|
||||
|
||||
internal val CACHE_DIRECTORY_NAME = "kotlin"
|
||||
|
||||
@TestOnly
|
||||
public fun getCacheDirectoryName(): String =
|
||||
CACHE_DIRECTORY_NAME
|
||||
|
||||
public class IncrementalCacheImpl(
|
||||
targetDataRoot: File,
|
||||
|
||||
Reference in New Issue
Block a user