Skip to content

Commit

Permalink
Fix nativeBindgen description
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Jul 10, 2018
1 parent f47a346 commit ac28616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object ScalaNativeBindgenPlugin extends AutoPlugin {
val nativeBindgenLink =
settingKey[Option[String]]("Name of library to be linked")
val nativeBindgenExclude = settingKey[Option[String]]("Exclude prefix")
val nativeBindgen = taskKey[File]("Generate GraphQL API code")
val nativeBindgen = taskKey[File]("Generate Scala Native bindings")
}
import autoImport._

Expand Down

0 comments on commit ac28616

Please sign in to comment.