Skip to content

Commit

Permalink
Remove superseded Gradle/Kotlin workaround
Browse files Browse the repository at this point in the history
- Using Kotlin version 1.3.50
- https://youtrack.jetbrains.com/issue/KT-29823 was fixed in 1.3.30
  • Loading branch information
sormuras committed Aug 29, 2019
1 parent 33aed5b commit 51330c3
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -12,10 +12,3 @@ tasks.withType<KotlinCompile>().configureEach {
languageVersion = "1.3"
}
}

// Workaround for https://youtrack.jetbrains.com/issue/KT-29823, should be fixed in Kotlin Plugin 1.3.30
configurations.getByName("apiElements") {
attributes {
attribute(Usage.USAGE_ATTRIBUTE, project.objects.named(Usage::class.java, Usage.JAVA_API_JARS))
}
}

0 comments on commit 51330c3

Please sign in to comment.