We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47a346 commit ac28616Copy full SHA for ac28616
sbt-scala-native-bindgen/src/main/scala/org/scalanative/bindgen/sbt/ScalaNativeBindgenPlugin.scala
@@ -50,7 +50,7 @@ object ScalaNativeBindgenPlugin extends AutoPlugin {
50
val nativeBindgenLink =
51
settingKey[Option[String]]("Name of library to be linked")
52
val nativeBindgenExclude = settingKey[Option[String]]("Exclude prefix")
53
- val nativeBindgen = taskKey[File]("Generate GraphQL API code")
+ val nativeBindgen = taskKey[File]("Generate Scala Native bindings")
54
}
55
import autoImport._
56
0 commit comments