Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: Kotlin SDK API level passkey implementation
packages:
sdk-kotlin: patch
changelog: |-
Made `com.turnkey.passkey` an API level implementation for `sdk-kotlin` that way passkey functionality is accessible through sdk-kotlin.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue?style=flat)](LICENSE)
[![Static Badge](https://img.shields.io/badge/status-beta-yellow?style=flat)]()
[![Static Badge](https://img.shields.io/badge/JVM_toolchain-24-red?style=flat)](https://openjdk.org/projects/jdk/24/)
[![Static Badge](https://img.shields.io/badge/docs-available-008000?style=flat)]()
[![Static Badge](https://img.shields.io/badge/docs-available-008000?style=flat)](https://docs.turnkey.com/sdks/kotlin/overview)

> [!NOTE]
> **Beta Status:** This Kotlin SDK is in open beta while we refine the developer experience. You can use it today, but **minor releases may include breaking changes** until we reach v1.0.0. We recommend pinning exact versions and checking the changelog for each update.
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
api(project(":packages:stamper"))
api(project(":packages:http"))
api(project(":packages:types"))
implementation(project(":packages:passkey"))
api(project(":packages:passkey"))
implementation(libs.kotlinx.serialization.json)
implementation(libs.androidx.lifecycle.common)
implementation(libs.androidx.lifecycle.process)
Expand Down