Skip to content

Commit

Permalink
Make RoborazziContextImpl.options ExperimentalRoborazziApi
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Nov 6, 2024
1 parent 0857614 commit 21745fe
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 21745fe

Please sign in to comment.