Skip to content

Commit 21aa4b8

Browse files
committed
Fixed typo
1 parent e3e4f4a commit 21aa4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The Kotlin compiler executable can also be specified directly:
5656
public void compile() throws Exception {
5757
new CompileKotlinOperation()
5858
.fromProject(this)
59-
.lotlinc("/usr/bin/kotlinc")
59+
.kotlinc("/usr/bin/kotlinc")
6060
.execute();
6161
}
6262
```

0 commit comments

Comments
 (0)