Skip to content

docs: add Android AAR and Kotlin API roadmap items to TODO#213

Merged
bernardladenthin merged 1 commit into
mainfrom
claude/compassionate-allen-bXLUX
Jun 6, 2026
Merged

docs: add Android AAR and Kotlin API roadmap items to TODO#213
bernardladenthin merged 1 commit into
mainfrom
claude/compassionate-allen-bXLUX

Conversation

@bernardladenthin
Copy link
Copy Markdown
Owner

Summary

  • Added two new roadmap sections to TODO.md under a new "Android distribution: AAR + Kotlin-friendly API + sample app" heading
  • First item covers publishing a proper Android AAR alongside existing JAR-with-resources, with native libs in the standard jni/arm64-v8a/ layout and Maven coordinates matching Android/Gradle expectations
  • Second item outlines providing a Kotlin-friendly façade with coroutine Flow adapters, suspend variants, and a minimal sample app to lower integration cost for Android consumers

Test plan

N/A — documentation-only change

Related issues / PRs

Checklist

  • I have read CONTRIBUTING.md and CODE_OF_CONDUCT.md
  • My commits follow Conventional Commits
  • No security-sensitive changes

https://claude.ai/code/session_01CP5if6tGKcN7FGapf7Qugp

Captures two related gaps in the existing Android arm64 packaging:
publish a Gradle-consumable AAR (AndroidManifest + jniLibs/<abi>/ layout)
alongside the current JAR-with-resources artifact, and provide a first-party
Kotlin-friendly façade (Flow adapter, suspend variants) with a minimal
sample app to give the AAR an exercised end-to-end path.

https://claude.ai/code/session_01CP5if6tGKcN7FGapf7Qugp
@bernardladenthin bernardladenthin merged commit 22940a5 into main Jun 6, 2026
4 of 9 checks passed
@bernardladenthin bernardladenthin deleted the claude/compassionate-allen-bXLUX branch June 6, 2026 22:13
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 6, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants