googlemaps/android-maps-ktx

Fix ./gradlew lint warnings

オープン

#57 opened on 2020/05/20

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)Kotlin (57 件のフォーク)github user discovery
good first issuehelp wantedpriority: p3stale

Repository metrics

Stars
 (356 個のスター)
PR merge metrics
 (平均マージ 9d 7h) (30d で 7 merged PRs)

説明

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'

コントリビューターガイド