[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:
committed by
Space Team
parent
8938d5cc79
commit
71eaa43d95
@@ -14,14 +14,14 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import org.jetbrains.gradle.plugins.tools.lib
|
||||
import org.jetbrains.kotlin.tools.lib
|
||||
import org.jetbrains.kotlin.*
|
||||
import org.jetbrains.kotlin.*
|
||||
import org.jetbrains.kotlin.konan.target.ClangArgs
|
||||
import org.jetbrains.kotlin.konan.target.HostManager
|
||||
|
||||
plugins {
|
||||
`native`
|
||||
id("native")
|
||||
}
|
||||
|
||||
val llvmDir = project.findProperty("llvmDir")
|
||||
|
||||
Reference in New Issue
Block a user