googlemaps/android-maps-ktx

Fix ./gradlew lint warnings

Offen

#57 geöffnet am 20.05.2020

 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Kotlin (57 Forks)github user discovery
good first issuehelp wantedpriority: p3stale

Repository-Metriken

Stars
 (356 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9T 7h) (7 gemergte PRs in 30 T)

Beschreibung

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'

Contributor Guide