kotlin-argument-expression

A Kotlin compiler plugin that adds expression text based on annotations for calls like `require(...)` so the implementation can yield better error messages

APACHE-2.0 License

Stars
10
Committers
1

Bot releases are visible (Hide)

kotlin-argument-expression - v1.0.3 Latest Release

Published by vlsi 9 months ago

kotlin-argument-expression - v1.0.2

Published by vlsi over 1 year ago

This release fixes stale URLs in pom.xml

kotlin-argument-expression - v1.0.1

Published by vlsi over 1 year ago

v1.0.0 did not include receiver in argument expression text, so "test".toString().length was captured as length. Now all receivers are included.

kotlin-argument-expression - v1.0.0

Published by vlsi over 1 year ago

It is the first release, and it brings support for @CallerArgumentExpression annotation.