kelloggm / checkerframework-gradle-plugin

Gradle plugin to use the Checker Framework for Java
Apache License 2.0
64 stars 15 forks source link

Adding Kotlin DSL syntax for using locally-built Checker Framework #267

Closed jyoo980 closed 5 months ago

jyoo980 commented 5 months ago

Modifications are needed to the standard Groovy syntax in order to use a locally-built Checker Framework in a project with a build.gradle.kts file.

This documents those modifications.

kelloggm commented 5 months ago

Thanks!