android / android/media-samples
Android Studio 3 build.gradle issues
- Dominant language
- Kotlin
- Stars
- 1.4k
- Forks
- 781
- PR merge metrics
- No merged PRs in 30d
Description
Importing this project as a Kotlin code sample in Android Studio 3.0.1, I get the following warnings relating to build.gradle:
1. AS 3.0.1 warns about an outdated Kotlin runtime
2. There are gradle deprecation warnings relating to 'compile', 'androidTestCompile' and 'testCompile' dependencies and CompileOptions.bootClasspath
I'll submit a PR.
Contributor guide
Research direction
Start by importing the Kotlin sample in Android Studio 3.0.1 and inspect the project's build.gradle files. Reproduce the outdated Kotlin runtime and Gradle deprecation warnings for compile, androidTestCompile, testCompile, and CompileOptions.bootClasspath; done means those reported warnings are resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100