We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac04503 commit 0cb929aCopy full SHA for 0cb929a
base/build.gradle
@@ -12,7 +12,6 @@ plugins {
12
13
dependencies {
14
api "org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}"
15
- api "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlinVersion}"
16
api "org.jetbrains.kotlin:kotlin-metadata-jvm:${kotlinVersion}"
17
18
docs/md/releasenotes.md
@@ -10,6 +10,10 @@
10
11
- Update maximum supported Java class version to 69.65535 (Java 25).
+### Bugfixes
+
+- Prevent error when building with maven where the dependency "kotlin-stdlib-common" could not be found.
## Version 9.1.11
19
### Kotlin support
0 commit comments