element-x-ada/libraries/rustsdk/build.gradle.kts
Chris Smith fa46356202 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
2023-04-03 13:48:59 +01:00

2 lines
94 B
Kotlin

configurations.maybeCreate("default")
artifacts.add("default", file("./matrix-rust-sdk.aar"))