Skip to content

Tags: pubref/rules_kotlin

Tags

v0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use non-ABI jars for kotlin compilation. (#41)

* Use non-ABI jars for kotlin compilation.

Adds two new kotlin_compile attributes:
1. verbose: for printing debugging info
2. args: for passing arbitrary args to compilation

Adds new test from @jmmk re: tornadofx

* Exclude jars if basename starts with "kotlin-"

Slightly less naive attempt at excluding kotlin stdlib jars.

* Remove jar name exclusion

* Update readme for 0.5.0

Drop support for bazel < 0.7.0 (now uses JavaInfo provider)

v0.4.1

README version bump

v0.4.0

Include kotlin_android_library in rule TOC (#33)

v0.3.1

Use preloader for worker process and introduce kotlin_test rule (#22)

v0.3.0

Remove unnecessary tools/bazel.rc file (#19)

v0.2.3

Bump to 0.2.3

v0.2.2

Merge pull request #12 from pubref/java_jars

Add java_deps attribute to kotlin_compile rule.

v0.2.1

Merge pull request #9 from pubref/kotlin_1_1_1

Update kotlin to 1.1.1

v0.2

Merge pull request #8 from pubref/java_deps

Adds 'java_deps' attribute

v0.1.1

Add notice about bazel requirement