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
2 lines
94 B
Kotlin
2 lines
94 B
Kotlin
configurations.maybeCreate("default")
|
|
artifacts.add("default", file("./matrix-rust-sdk.aar"))
|