summaryrefslogtreecommitdiff
path: root/build.gradle.kts
AgeCommit message (Expand)Author
3 daysAndroid application module (APK) + wire into settingsketsuban
3 daysApply kotlin compose compiler pluginketsuban
3 daysCompose desktop app shell (2nd Division entry point)ketsuban
4 daysDeclare kotlin-jvm plugin at root (apply false)ketsuban
4 daysDeclare KGP/AGP/detekt plugins at root (apply false) to fix multi-module clas...ketsuban
4 daysGradle multi-module hierarchy: domain (full KMP) + content-store + 10 registe...ketsuban
4 daysiOS targets (iosArm64/iosSimulatorArm64/iosX64) + GitHub Actions ios workflowketsuban
4 daysBrowser wasm target + deploy to artifact/kukuri/latest (web viewable via ligh...ketsuban
4 daysjvmJar Main-Class manifest for runnable desktop bundleketsuban
4 daysFix desktop bundle layout (lib/ + bin/), add per-bundle READMEsketsuban
4 daysDeployment bundles + parameterized Deploy stageketsuban
4 daysEnv completion: gradle wrapper, detekt gate config, algorithm/protocol defaul...ketsuban
4 daysContentStore CID hashing via okio sha256 (cryptography-kotlin 0.4 lacks nativ...ketsuban
4 daysUse pure-Kotlin base crypto provider on wasmJs (webcrypto IrLinkageError)ketsuban
4 dayscryptography-kotlin 0.4.0: per-target providers (jdk/webcrypto/base)ketsuban
4 daysCh.20a ContentStore seed: CID/block store + cryptography-kotlin 0.6.0 (optima...ketsuban
4 daysAssemble per-platform artifacts (jar/aar/wasm/kexe) and archive them for down...ketsuban
4 daysKotlin 2.1.21: aligns stdlib with okio wasm metadata, restores datetime-commonketsuban
4 daysExercise FakeFileSystem from jvmTest (common metadata skew vs Kotlin 2.0 runt...ketsuban
4 daysScope datetime to jvm/android, downgrade okio to 2.0-built 3.10.2 for wasmJs ...ketsuban
5 daysScope sqldelight to jvm/android (no wasmJs artifact exists)ketsuban
5 daysMultiplatform test env: jvm + android + wasmJs(node) + linuxX64 targets, comm...ketsuban
5 daysFix smoke test APIs: okio fakefilesystem artifact, explicit serializer, koin ...ketsuban
5 daysKMP layout + version catalog with spec libraries (coroutines/serialization/da...ketsuban
5 daysInitial kukuri seed: Kotlin core model + CI pipeline + design specketsuban