Skip to content

Commit

Permalink
Fix unable to find showkase root issue (#218)
Browse files Browse the repository at this point in the history
* Fix unable to find showkase root issue

* Added test for coverage

* Nit

* Remove test due to validation
  • Loading branch information
vinaygaba committed Feb 9, 2022
1 parent e1ae330 commit 7258828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.airbnb.android.showkase.annotation

@MustBeDocumented
@Retention(AnnotationRetention.SOURCE)
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CLASS)
annotation class ShowkaseRootCodegen(
val numComposablesWithoutPreviewParameter: Int,
Expand Down

0 comments on commit 7258828

Please sign in to comment.