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'

贡献者指南