littlerobots / version-catalog-update-plugin

Gradle plugin for updating a project version catalog
Apache License 2.0
566 stars 23 forks source link

sortByKey cannot be assigned #28

Closed FunkyMuse closed 2 years ago

FunkyMuse commented 2 years ago

image

Version: 0.3.1

Error

The boolean literal does not conform to the expected type Property<Boolean>
ScriptCompilationException(errors=[ScriptCompilationError(message=Val cannot be reassigned, location=/Users/funkymuse/.gradle/.tmp/gradle-kotlin-dsl-16621522539278266733.tmp/build.gradle.kts (70:5)), ScriptCompilationError(message=The boolean literal does not conform to the expected type Property<Boolean>
hvisser commented 2 years ago

Yes this has been updated per README.

FunkyMuse commented 2 years ago

Sorry.

hvisser commented 2 years ago

No problem, I'll update the release to make it more clear since it changed (see #26)