WAI
Status Update
Comments
le...@gmail.com <le...@gmail.com> #2
+1
vi...@google.com <vi...@google.com>
yo...@gmail.com <yo...@gmail.com> #3
+2
vi...@google.com <vi...@google.com> #4
+3
ty...@gmail.com <ty...@gmail.com> #5
+4
th...@gmail.com <th...@gmail.com> #6
+5
st...@googlemail.com <st...@googlemail.com> #8
Guys it's enough to just star the issue.
vi...@gmail.com <vi...@gmail.com> #9
Thanks for the reports. This is caused the by Kotlin plugins using deprecated APIs. See https://youtrack.jetbrains.com/issue/KT-25428
Once the Kotlin plugins start using the new APIs, we will enforce a minimum version of the Kotlin plugins that has the fix so these warnings can go away.
Once the Kotlin plugins start using the new APIs, we will enforce a minimum version of the Kotlin plugins that has the fix so these warnings can go away.
yo...@gmail.com <yo...@gmail.com> #10
Some quick comments:
- I filed Issue 116245497 to better handle the warning display. This is too aggressive for a warning right now.
- I filed Issue 116247924 to help people troubleshoot what is calling the deprecated API.
- I filed
- I filed
mw...@gmail.com <mw...@gmail.com> #11
I too get the same warning.
ra...@gmail.com <ra...@gmail.com> #12
I'm not using Kotlin. Why do I receive this message too?
jo...@gmail.com <jo...@gmail.com> #13
@12. in that case please run a build from the command line, with -Pandroid.debug.obsoleteApi=true to see what calls the deprecated method.
ef...@gmail.com <ef...@gmail.com> #14
I am getting nothing helpful from adding the obsoleteApi=true flag with AGP3.3.0-a13
seems by running with -d via gradle cli we can see that it is:
[org.jetbrains.kotlin.gradle.plugin.Android25ProjectHandler] [KOTLIN] Process variant [debug]
while inside an after eval listener which I assume was registered by the kotlin plugin.
seems by running with -d via gradle cli we can see that it is:
[org.jetbrains.kotlin.gradle.plugin.Android25ProjectHandler] [KOTLIN] Process variant [debug]
while inside an after eval listener which I assume was registered by the kotlin plugin.
Description
It was gone for some reason (not popular enough?), and yet many users still want it :
Please either bring it back, or provide an API that will allow to have it.