Skip to content

Commit

Permalink
Ignore DifferentStdlibGradleVersion lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vibin committed Aug 20, 2018
1 parent 7391d08 commit 8dbb554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions time/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group = 'com.github.kizitonwose'

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// This is a false positive, documented at https://youtrack.jetbrains.com/issue/KT-23933
// noinspection DifferentStdlibGradleVersion
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation 'junit:junit:4.12'
}
Expand Down

0 comments on commit 8dbb554

Please sign in to comment.