googlemaps/android-maps-ktx

Fix ./gradlew lint warnings

開放

#57 建立於 2020年5月20日

 (7 則留言) (0 個反應) (0 位負責人)Kotlin (57 個分叉)github user discovery
good first issuehelp wantedpriority: p3stale

倉庫指標

星標
 (356 顆星)
PR 合併指標
 (平均合併 9天 7小時) (30 天內合併 7 個 PR)

描述

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'

貢獻者指南