Take K/N version into account in UP-TO-DATE checks for cinterop tasks
This commit is contained in:
committed by
Ilya Matveev
parent
524ae9df7d
commit
73138073f1
+2
@@ -336,6 +336,8 @@ open class CInteropProcess: DefaultTask() {
|
||||
val extraOpts: List<String>
|
||||
@Input get() = settings.extraOpts
|
||||
|
||||
val kotlinNativeVersion: String
|
||||
@Input get() = project.konanVersion.toString()
|
||||
|
||||
// Task action.
|
||||
@TaskAction
|
||||
|
||||
Reference in New Issue
Block a user