Kotlin Multiplatform BLE library for iOS, Android, macos, windows and javascript
This directory contains Architecture Decision Records (ADRs) for the Blue Falcon project.
An Architecture Decision Record (ADR) is a document that captures an important architectural decision made along with its context and consequences. ADRs help:
ADRs follow this naming pattern:
NNNN-title-with-dashes.md
Where:
NNNN is a zero-padded sequential number (0001, 0002, etc.)title-with-dashes is a brief, descriptive title in kebab-caseExamples:
0001-use-kotlin-multiplatform.md0002-adopt-stateflow-for-state-management.md0003-implement-windows-support-via-jni.mdTo create a new ADR, use AI assistance by asking:
“Create a new ADR for [decision topic]”
Or manually:
ADR-TEMPLATE.mdADRs can have the following statuses: