Skip to content

Commit

Permalink
Update kotlinx-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Jul 12, 2022
1 parent 979279f commit fe5a612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ configurations.implementation {

dependencies {
implementation(gradleApi())
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.4.2")
implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.5.0")
implementation("org.ow2.asm:asm:9.2")
implementation("org.ow2.asm:asm-tree:9.2")
implementation("com.googlecode.java-diff-utils:diffutils:1.3.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ internal class DefaultConfigTests : BaseKotlinGradleTest() {
kotlin("AnotherBuildConfig.kt") {
resolve("examples/classes/AnotherBuildConfig.kt")
}
apiFile(projectName = rootProjectDir.name.toUpperCase()) {
apiFile(projectName = rootProjectDir.name.uppercase()) {
resolve("examples/classes/AnotherBuildConfig.dump")
}

Expand Down

0 comments on commit fe5a612

Please sign in to comment.