This is a very specific problem with some libraries in kotlin-dsl
Replace
implementation ("com.github.gbenroscience:parserng-android:0.1.1")
with
implementation (platform("com.github.gbenroscience:parserng-android:0.1.1"))
& you are good to go.