Fix using local rust aar
The rustsdk library wasn't included in the gradle build because it still used a groovy build file (and settings.gradle includes projects based on `build.gradle.kts` existing). Also reword the onboarding docs slightly to clarify the deps that need changing
This commit is contained in:
parent
0f51bf13a8
commit
8787137107
3 changed files with 6 additions and 6 deletions
|
|
@ -1,2 +0,0 @@
|
|||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('matrix-rust-sdk.aar'))
|
||||
2
libraries/rustsdk/build.gradle.kts
Normal file
2
libraries/rustsdk/build.gradle.kts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file("./matrix-rust-sdk.aar"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue