File tree 1 file changed +6
-3
lines changed
docs/getting-started/sdk/internal
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,12 @@ See the [Tools and Libraries](../../tools/index.md) page for more information.
35
35
The SDK is built for different platforms, all of which have their own build instructions. For more
36
36
information on how to build for a specific platform, refer to the readmes for the different crates:
37
37
38
- - ** Web** : ` crates/bitwarden-wasm-internal`
39
- - ** iOS** : ` crates/bitwarden-uniffi/swift`
40
- - ** Android** : ` crates/bitwarden-uniffi/kotlin`
38
+ - ** Web** :
39
+ [` crates/bitwarden-wasm-internal` ](https://github.com/bitwarden/sdk-internal/tree/main/crates/bitwarden-wasm-internal)
40
+ - ** iOS** :
41
+ [` crates/bitwarden-uniffi/swift` ](https://github.com/bitwarden/sdk-internal/tree/main/crates/bitwarden-uniffi/swift)
42
+ - ** Android** :
43
+ [` crates/bitwarden-uniffi/kotlin` ](https://github.com/bitwarden/sdk-internal/tree/main/crates/bitwarden-uniffi/kotlin)
41
44
42
45
Please be aware that each platform has its own set of dependencies that need to be installed before
43
46
building. Make sure to double check the readme if you encounter any issues.
You can’t perform that action at this time.
0 commit comments