home.social

#androidlint — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #androidlint, aggregated by home.social.

fetched live
  1. Well some problems with doing implantation instead of compileOnly. It brings across a kotlin-compiler-embeddable artifact that can't be excluded. Guess I'll have to file a bug and see if it gets fixed in a future release. 31.8.2 works for now, anything higher breaks the dependency hierarchy.

    #androiddev #android #androidlint

  2. For anybody else struggling to upgrade Android Lint libraries above 31.8.2, you need to change your compile only dependency to an implementation dependency. This will resolve any kotlin psi errors you get.

    #androiddev #android #androidlint

  3. Thanks to everyone for coming to my talk.

    If you like to prevent mistakes and wrong usage before they go to production, I hope you are using Lint.

    speakerdeck.com/kozaxinan/andr

    Also, check out how my dog uses steps without any lint checks.

    #AMxDC23 #AndroidDev #AndroidLint