vanniktech / gradle-android-junit-jacoco-plugin

Gradle plugin that generates JaCoCo reports from an Android Gradle Project
http://vanniktech.com
Apache License 2.0
400 stars 76 forks source link

Configuring with Kotlin DSL #205

Open imashnake0 opened 2 years ago

imashnake0 commented 2 years ago

I currently see a same class error when trying to use Kotlin DSL with the snapshot version. I'm unsure if it is because I haven't configured the plugin properly with plugins DSL or not. Is it possible to have some documentation added for how to use the plugin with Kotlin DSL? The legacy apply method doesn't even work (while it works with groovy just fine). I can upload a sample project if needed.