Skip to content

Commit

Permalink
fixed the code example
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Jan 11, 2025
1 parent 0745972 commit 0146f9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ First, you need to need the 'expect' declaration in common code.
```kotlin
// commonMain
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
expect annotation class IgnoreIos
expect annotation class IgnoreIos()
```

Then you need to write corresponding 'actual' declarations in each platform.
Expand Down

0 comments on commit 0146f9d

Please sign in to comment.