Recompile only files that call changed inline functions

This commit is contained in:
Alexey Tsvetkov
2015-07-24 23:37:34 +03:00
parent dfa5a420e6
commit e0419f956e
3 changed files with 127 additions and 25 deletions
@@ -17,5 +17,5 @@
package org.jetbrains.kotlin.load.kotlin.incremental.components
interface InlineRegistering {
fun registerInline(fromPath: String, toPath: String)
fun registerInline(fromPath: String, jvmSignature: String, toPath: String)
}