gradle / gradle-native

The home of Gradle's support for natively compiled languages
https://blog.gradle.org/introducing-the-new-cpp-plugins
Apache License 2.0
92 stars 8 forks source link

`UnexportMainSymbol` task should be moved to a language agnostic package #1001

Open lacasseio opened 5 years ago

lacasseio commented 5 years ago

UnexportMainSymbol task was originally created for Swift language and tool chains. Since then have been generalized for all major tool chain and is now used for C++ as well. The package (org.gradle.language.swift.tasks) should reflect that.