Skip to content

Commit 7ee9377

Browse files
committed
Comment regarding illegal reflective warning
1 parent bf064d7 commit 7ee9377

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ repositories {
2929

3030
dependencies {
3131
implementation group: 'com.squareup.okhttp3', name: 'logging-interceptor', version: '3.14.9'
32+
// Illegal reflective warning
33+
// https://stackoverflow.com/questions/60915381/retrofit2-maven-project-illegal-reflective-access-warning
34+
// We ignore the warning for now as we'll upgrade to java 14 soon enough
3235
implementation group: 'com.squareup.retrofit2', name: 'retrofit', version: '2.9.0'
3336
implementation group: 'com.squareup.retrofit2', name: 'converter-gson', version: '2.9.0'
3437
implementation 'com.google.code.gson:gson:2.8.5'

0 commit comments

Comments
 (0)