Skip to content

Commit 7589e84

Browse files
committed
Bump to 0.2.3
1 parent 663285b commit 7589e84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ os:
88
- osx
99

1010
env:
11-
- V=HEAD
11+
#- V=HEAD
1212
- V=0.4.5
1313
- V=0.4.4
1414
- V=0.4.3

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Kotlin Rules for Bazel
22
[![Build Status](https://travis-ci.org/pubref/rules_kotlin.svg?branch=master)](https://travis-ci.org/pubref/rules_kotlin)
33

4-
> Note: **These rules require Bazel 0.3.1 or higher**. The travis
5-
> build fails for 0.3.0 and below.
4+
> Note: **These rules require Bazel 0.3.1 or higher**.
65
76
These rules are for building [Kotlin][kotlin] source with with
87
[Bazel][bazel].
@@ -19,7 +18,7 @@ Add the following to your WORKSPACE file:
1918
git_repository(
2019
name = "org_pubref_rules_kotlin",
2120
remote = "https://github.com/pubref/rules_kotlin.git",
22-
tag = "v0.2.2", # update as needed
21+
tag = "v0.2.3", # update as needed
2322
)
2423
load("@org_pubref_rules_kotlin//kotlin:rules.bzl", "kotlin_repositories")
2524
kotlin_repositories()
@@ -191,6 +190,7 @@ $ bazel run examples/helloworld:main_java
191190
1. Implement a `kotlin_test` rule.
192191
2. Proper `data` and runfiles support.
193192
3. Research incremental compilation and bazel worker integration.
193+
4. kapt integration.
194194

195195
[bazel]: http://www.bazel.io
196196
[kotlin]: http://www.kotlinlang.org

0 commit comments

Comments
 (0)