Commit fbb7ac0
chore(build): drop deprecated kotlin("stdlib-common") from KMP modules
Kotlin 2.x unified `kotlin-stdlib-common` into `kotlin-stdlib`, and the
kotlin-multiplatform plugin auto-adds the stdlib to commonMain. The
explicit `api(kotlin("stdlib-common"))` declarations are deprecated and
were the suspected (latent) cause of the metadata/JS classpath
regression tracked in #105. Removing them keeps build files current
with Kotlin 2.x and removes a footgun.
Verified across :llm-api, :llm-core, :llm-performance:
compileCommonMainKotlinMetadata, compileKotlinJvm, compileKotlinJs
all build cleanly with --rerun-tasks --no-build-cache.
Refs #105.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 036effd commit fbb7ac0
3 files changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 54 | | |
59 | 55 | | |
60 | 56 | | |
| |||
0 commit comments