forked from hyperledger/anoncreds-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ahmed Moussa <[email protected]>
- Loading branch information
Showing
13 changed files
with
127 additions
and
127 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest package="io.iohk.atala.prism.anoncredskmp" /> | ||
<manifest package="anoncredskmp" /> |
8 changes: 8 additions & 0 deletions
8
anoncred-kmm/anoncreds-kmp/src/androidUnitTest/kotlin/anoncred/wrapper/AndroidIgnore.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package anoncred.wrapper | ||
|
||
import org.junit.Ignore | ||
|
||
/** | ||
* Ignore Unit tests on Android Platform | ||
*/ | ||
actual typealias AndroidIgnore = Ignore |
8 changes: 0 additions & 8 deletions
8
...mm/anoncreds-kmp/src/androidUnitTest/kotlin/io/iohk/atala/prism/anoncred/AndroidIgnore.kt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.../io/iohk/atala/prism/anoncred/Platform.kt → ...nMain/kotlin/anoncred/wrapper/Platform.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,4 +1,4 @@ | ||
package io.iohk.atala.prism.anoncred | ||
package anoncred.wrapper | ||
|
||
enum class Platform { | ||
Linux, | ||
|
6 changes: 6 additions & 0 deletions
6
anoncred-kmm/anoncreds-kmp/src/commonTest/kotlin/anoncred/wrapper/AndroidIgnore.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package anoncred.wrapper | ||
|
||
/** | ||
* Ignore Unit tests on Android Platform | ||
*/ | ||
expect annotation class AndroidIgnore() |
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
6 changes: 0 additions & 6 deletions
6
...red-kmm/anoncreds-kmp/src/commonTest/kotlin/io/iohk/atala/prism/anoncred/AndroidIgnore.kt
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
anoncred-kmm/anoncreds-kmp/src/jvmTest/kotlin/anoncred/wrapper/AndroidIgnore.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package anoncred.wrapper | ||
|
||
/** | ||
* Ignore Unit tests on Android Platform | ||
*/ | ||
actual annotation class AndroidIgnore |
6 changes: 0 additions & 6 deletions
6
anoncred-kmm/anoncreds-kmp/src/jvmTest/kotlin/io/iohk/atala/prism/anoncred/AndroidIgnore.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.