Where are issues for the kotlin gradle plugin? `Je...
# gradle
m
Where are issues for the kotlin gradle plugin?
JetBrains/kotlin
repo doesn't seem to have issues enabled. On Gradle 5.0-rc-1, the kotlin plugin produces:
Copy code
The DefaultSourceDirectorySet constructor has been deprecated. This is scheduled to be removed in Gradle 6.0. Please use the ObjectFactory service to create instances of SourceDirectorySet instead.
d
m
thanks. Looks like it's known: https://youtrack.jetbrains.com/issue/KT-26808
r
I like Gradle deprecation warnings, there’s something that has been deprecated in Gradle 2 and is “scheduled to be removed in Gradle N+1” since then and has never been removed. Currently scheduled to be removed in Gradle 6 🐿️