googlemaps/android-maps-ktx

Fix ./gradlew lint warnings

Aberta

#57 aberto em 20 de mai. de 2020

 (7 comentários) (0 reação) (0 responsável)Kotlin (57 forks)github user discovery
good first issuehelp wantedpriority: p3stale

Métricas do repositório

Stars
 (356 estrelas)
Métricas de merge de PR
 (Mesclagem média 9d 7h) (7 fundiu PRs em 30d)

Description

Steps to reproduce

  1. Run ./gradlew lint and address all warnings presented (you can see warnings reported in here: https://github.com/googlemaps/android-maps-ktx/actions/runs/109748915).

Code example

./gradlew lint

Stack trace

w: /Users/chrisarriola/workspace/android-maps-ktx/maps-v3-ktx/src/main/java/com/google/maps/android/ktx/MapFragment.kt: (25, 2): This class can only be used with the compiler argument '-Xopt-in=kotlin.RequiresOptIn'

Guia do colaborador