Recompile only files that call changed inline functions
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
Reference in New Issue
Block a user