[K/N][build] Move Native plugin to build-tools

This is K/N only plugin that shouldn't be
in the buildSrc of the whole Kotlin project
This commit is contained in:
Pavel Punegov
2023-02-01 16:24:45 +01:00
committed by Space Team
parent 8938d5cc79
commit 71eaa43d95
6 changed files with 13 additions and 27 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.cpp.CppConsumerPlugin
import org.jetbrains.kotlin.cpp.CppUsage
import org.jetbrains.kotlin.cpp.DependencyHandlerExKt
import org.jetbrains.gradle.plugins.tools.*
import org.jetbrains.kotlin.tools.NativePluginKt
/*
* Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
* that can be found in the LICENSE file.