Skip to content

Commit

Permalink
fix(generator-accessor-plugin): pass in platform correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce committed Jun 1, 2024
1 parent be65df7 commit 0987662
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class AccessorGeneratorPlugin : Plugin<Project> {
this.cacheDir.set(config.cacheDirectory)
this.versions.set(config.versions)
this.relaxedCache.set(config.relaxedCache)
this.platform.set(config.platform)
this.manifest.set(manifest)
}
val generateAccessors by target.tasks.creating(GenerateAccessorsTask::class) {
Expand Down

0 comments on commit 0987662

Please sign in to comment.