Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jul 12, 2024
1 parent e3e4f4a commit 21aa4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The Kotlin compiler executable can also be specified directly:
public void compile() throws Exception {
new CompileKotlinOperation()
.fromProject(this)
.lotlinc("/usr/bin/kotlinc")
.kotlinc("/usr/bin/kotlinc")
.execute();
}
```
Expand Down

0 comments on commit 21aa4b8

Please sign in to comment.