Home
last modified time | relevance | path

Searched refs:moduleInfoFilePath (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-debug/
H A Dbuild.gradle.kts83 … val moduleInfoFilePath = tasks.compileModuleInfoJava.get().outputs.files.asFileTree.matching { in <lambda>() constant
88 Files.copy(moduleInfoFilePath, moduleInfoFile, StandardCopyOption.REPLACE_EXISTING) in <lambda>()