79685789

Date: 2025-07-01 09:12:48
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Suresh Chaudhary