Skip to content

Commit

Permalink
Merge pull request #544 from takahirom/takahirom/make-RoborazziContex…
Browse files Browse the repository at this point in the history
…tImpl-option-ExperimentalRoborazziApi/2024-11-06

Make RoborazziContextImpl.options ExperimentalRoborazziApi
  • Loading branch information
takahirom authored Nov 6, 2024
2 parents e9fde4d + 21745fe commit 01f7df8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class RoborazziContextImpl {
val outputDirectory: String
get() = ruleOverrideOutputDirectory ?: roborazziSystemPropertyOutputDirectory()

@InternalRoborazziApi
@ExperimentalRoborazziApi
val options: RoborazziOptions
get() = ruleOverrideRoborazziOptions ?: RoborazziOptions()

Expand Down

0 comments on commit 01f7df8

Please sign in to comment.