[K/N] Konan: override artifact property to use with OutputDirectory

This commit is contained in:
Pavel Punegov
2021-11-17 14:27:17 +03:00
committed by Space
parent f7e2572ccc
commit cc7768e38f
@@ -391,6 +391,9 @@ open class KonanCompileFrameworkTask: KonanCompileNativeBinary() {
}
open class KonanCompileLibraryTask: KonanCompileTask() {
override val artifact: File
@OutputDirectory get() = destinationDir.resolve(artifactFullName)
override val artifactSuffix: String
@Internal get() = if (!noPack) produce.suffix(konanTarget) else ""