summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jps/jps-plugin/tests/testData/incremental/cacheVersionChanged/touchedFile/build.log
blob: e20f9576dc2b3538917e5630569c406f26c73dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
================ Step #1 =================

Local cache for KotlinChunk<KotlinJvmModuleBuildTarget>(Module 'module' production) are INVALID
Marked as dirty by Kotlin:
  src/a.kt
  src/b.kt
  src/other.kt
Cleaning output files:
  out/production/module/META-INF/module.kotlin_module
  out/production/module/other/OtherKt.class
  out/production/module/test/AKt.class
  out/production/module/test/BKt.class
End of files
Compiling files:
  src/a.kt
  src/b.kt
  src/other.kt
End of files
Exit code: OK
------------------------------------------