Brian Norman
Brian Norman
Kotlin 1.7 no longer requires a separate plugin artifact for compiling with Kotlin/Native. Remove this entire module and referencing code from the Gradle plugin.
Currently the layout for the function call diagram is hardcoded in the plugin. This means that users of this compiler plugin have no way to customize the look of the...
Right now this compiler plugin supports diagramming a function if it can be called with parameters of either the following 2 forms: - `function(Boolean, String)` - `function(Boolean, () -> String)`...
The Expect TestVerb is great for short JUnit tests but I write non-JUnit system tests that run for hours. I would like to use Truth for all the assertion checks...
Fixes #513
There have been a couple times were I have wanted to pass a `ByteString` to another function as a `Source`. Currently I usually just write the ByteString into a Buffer...
Add additional module as a sample support library for the plugin template. Support library should be automatically included as dependency by the Gradle plugin.
Set up sample Maven publishing in Gradle build scripts. Preferably use [gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin). Set up sample GitHub action for releasing triggered on tag push. Should include Maven publishing and GitHub release...