Skip to content

Commit

Permalink
Fix the error that class "kotlin.jvm.internal.Lambda" not found. (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaoli authored Jul 26, 2024
1 parent 7eb2d18 commit ac70166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.guava:guava:31.0.1-jre'
implementation 'com.google.errorprone:error_prone_annotations:2.15.0'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10'

testImplementation 'com.google.errorprone:error_prone_annotations:2.15.0'
testImplementation 'com.google.guava:guava:31.0.1-jre'
Expand Down

0 comments on commit ac70166

Please sign in to comment.