-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d5e80f
commit 9f99ea1
Showing
10 changed files
with
45 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
poko-annotations/src/commonMain/kotlin/dev/drewhamilton/poko/Skipped.kt
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
poko-annotations/src/commonMain/kotlin/dev/drewhamilton/poko/optInAnnotations.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
poko-tests-without-k2/src/commonMain/kotlin/poko/SkippedProperty.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
package poko | ||
|
||
import dev.drewhamilton.poko.Poko | ||
import dev.drewhamilton.poko.Skipped | ||
import dev.drewhamilton.poko.SkippedSupport | ||
import dev.drewhamilton.poko.SkipSupport | ||
|
||
@OptIn(SkippedSupport::class) | ||
@OptIn(SkipSupport::class) | ||
@Suppress("Unused") | ||
@Poko class SkippedProperty( | ||
val id: String, | ||
@Skipped val callback: () -> Unit, | ||
@Poko.Skip val callback: () -> Unit, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
package poko | ||
|
||
import dev.drewhamilton.poko.Poko | ||
import dev.drewhamilton.poko.Skipped | ||
import dev.drewhamilton.poko.SkippedSupport | ||
import dev.drewhamilton.poko.SkipSupport | ||
|
||
@OptIn(SkippedSupport::class) | ||
@OptIn(SkipSupport::class) | ||
@Suppress("Unused") | ||
@Poko class SkippedProperty( | ||
val id: String, | ||
@Skipped val callback: () -> Unit, | ||
@Poko.Skip val callback: () -> Unit, | ||
) |