Skip to content

Commit 0cb929a

Browse files
committed
Remove redundant Kotlin dependency
1 parent ac04503 commit 0cb929a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

base/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ plugins {
1212

1313
dependencies {
1414
api "org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}"
15-
api "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlinVersion}"
1615
api "org.jetbrains.kotlin:kotlin-metadata-jvm:${kotlinVersion}"
1716

1817

docs/md/releasenotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
- Update maximum supported Java class version to 69.65535 (Java 25).
1212

13+
### Bugfixes
14+
15+
- Prevent error when building with maven where the dependency "kotlin-stdlib-common" could not be found.
16+
1317
## Version 9.1.11
1418

1519
### Kotlin support

0 commit comments

Comments
 (0)