Skip to content

Commit

Permalink
Fix typo in KTS resource generation example.
Browse files Browse the repository at this point in the history
  • Loading branch information
utwyko authored and gmazzo committed Dec 27, 2023
1 parent 383b09a commit c399096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ myproject
If you add in your `build.gradle.kts`:
```kotlin
val buildResources = buildConfig.forClass("BuildResources")
val generateResourcesConstants by tasks.regitering {
val generateResourcesConstants by tasks.registering {
val resources = sourceSets["main"].resources.asFileTree

inputs.files(resources)
Expand Down

0 comments on commit c399096

Please sign in to comment.