Add recipe detail

This commit is contained in:
2026-05-26 22:39:35 +02:00
parent 6d38b8b775
commit c017a8e777
19 changed files with 1528 additions and 28 deletions

View File

@@ -108,6 +108,9 @@ kotlin {
// ASWebAuthenticationSession integration directly from Kotlin.
implementation(libs.ktor.clientDarwin)
}
commonTest.dependencies {
implementation(libs.kotlin.test)
}
}
}