1
1
<table ><tr >
2
- <td ><img src =" https://github.com/pubref/rules_protobuf/blob/master/ images/bazel.png " width =" 120 " /></td >
2
+ <td ><img src =" https://bazel.build/ images/bazel-icon.svg " width =" 120 " /></td >
3
3
<td ><img src =" https://kotlinlang.org/assets/images/open-graph/kotlin_250x250.png " width =" 120 " /></td >
4
4
</tr ><tr >
5
5
<td >Bazel</td >
@@ -27,7 +27,7 @@ Add the following to your `WORKSPACE` file:
27
27
git_repository(
28
28
name = " org_pubref_rules_kotlin" ,
29
29
remote = " https://github.com/pubref/rules_kotlin.git" ,
30
- tag = " v0.3.1 " , # update as needed
30
+ tag = " v0.4.0 " , # update as needed
31
31
)
32
32
33
33
load(" @org_pubref_rules_kotlin//kotlin:rules.bzl" , " kotlin_repositories" )
@@ -37,11 +37,11 @@ kotlin_repositories()
37
37
38
38
This will fetch a
39
39
[ kotlin release] ( https://github.com/JetBrains/kotlin/releases )
40
- (currently 1.1.2-2 ) and load a number of dependencies related to
40
+ (currently 1.1.4-3 ) and load a number of dependencies related to
41
41
dagger (used to build the ` KotlinCompiler ` bazel worker).
42
42
43
43
> You can override kotlin release via the ` com_github_jetbrains_kotlin_url ` , ` com_github_jetbrains_kotlin_sha256 ` options
44
- > and various dependencies loaded in the ` kotlin_repositories ` rule via the ` omit_* ` options;
44
+ > and various dependencies loaded in the ` kotlin_repositories ` rule via the ` omit_* ` options;
45
45
> see the source file for details.
46
46
47
47
## BUILD rules
@@ -213,8 +213,8 @@ $ bazel test examples/helloworld:main_kt_test
213
213
214
214
1 . Proper ` data ` and runfiles support.
215
215
2 . Proper android support.
216
- 4 . kapt support.
217
- 3 . Incremental compilation.
216
+ 3 . kapt support.
217
+ 4 . Incremental compilation.
218
218
219
219
[ bazel ] : http://www.bazel.io
220
220
[ kotlin ] : http://www.kotlinlang.org
0 commit comments