File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 - osx
99
1010env :
11- - V=HEAD
11+ # - V=HEAD
1212 - V=0.4.5
1313 - V=0.4.4
1414 - V=0.4.3
Original file line number Diff line number Diff line change 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
76These rules are for building [ Kotlin] [ kotlin ] source with with
87[ Bazel] [ bazel ] .
@@ -19,7 +18,7 @@ Add the following to your WORKSPACE file:
1918git_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)
2423load(" @org_pubref_rules_kotlin//kotlin:rules.bzl" , " kotlin_repositories" )
2524kotlin_repositories()
@@ -191,6 +190,7 @@ $ bazel run examples/helloworld:main_java
1911901 . Implement a ` kotlin_test ` rule.
1921912 . Proper ` data ` and runfiles support.
1931923 . Research incremental compilation and bazel worker integration.
193+ 4 . kapt integration.
194194
195195[ bazel ] : http://www.bazel.io
196196[ kotlin ] : http://www.kotlinlang.org
You can’t perform that action at this time.
0 commit comments