[K/N][build] Move KLibInstall to Konan gradle plugin

This commit is contained in:
Pavel Punegov
2021-10-21 22:24:41 +03:00
committed by Space
parent 151cb096ce
commit e07fa31784
3 changed files with 14 additions and 13 deletions
@@ -163,7 +163,7 @@ configure(project.tasks.findByName("compileKonanBaseTestClass${UtilsKt.getTestTa
UtilsKt.dependsOnDist(it)
}
def installTestLib = tasks.register("installTestLibrary", KlibInstall) {
def installTestLib = tasks.register("installTestLibrary", KonanKlibInstallTask) {
dependsOn "compileKonanTestLibraryHost"
klib = project.provider { konanArtifacts.testLibrary.getArtifactByTarget('host') }
repo = rootProject.file(testLibraryDir)