Rename step #8
Annotations
2 errors and 10 warnings
Build with Gradle:
auth/src/main/java/org/robojackets/apiary/auth/AuthStateManager.kt#L44
Do not use @nonnull in Kotlin; the nullability is determined by the Kotlin type AuthState? ending with ? which declares it nullable, contradicting the annotation [KotlinNullnessAnnotation]
|
Build with Gradle
Process completed with exit code 1.
|
Build with Gradle:
auth/src/main/AndroidManifest.xml#L6
activity#net.openid.appauth.RedirectUriReceiverActivity was tagged at AndroidManifest.xml:6 to replace another declaration but no other declaration present
|
Build with Gradle:
app/src/main/AndroidManifest.xml#L11
application@android:theme was tagged at AndroidManifest.xml:11 to replace other declarations but no other declaration present
|
Build with Gradle:
auth/src/main/AndroidManifest.xml#L6
activity#net.openid.appauth.RedirectUriReceiverActivity was tagged at AndroidManifest.xml:6 to replace another declaration but no other declaration present
|
Build with Gradle:
app/src/main/AndroidManifest.xml#L11
application@android:theme was tagged at AndroidManifest.xml:11 to replace other declarations but no other declaration present
|
Build with Gradle:
base/src/main/java/org/robojackets/apiary/base/adapter/SkipNotFoundEnumInEnumListAdapter.kt#L18
Type mismatch: inferred type is Array<(out) T!>? but Array<T> was expected
|
Build with Gradle:
base/src/main/java/org/robojackets/apiary/base/adapter/SkipNotFoundEnumInEnumListAdapter.kt#L18
Type mismatch: inferred type is Array<(out) T!>? but Array<T> was expected
|
Build with Gradle:
auth/src/main/java/org/robojackets/apiary/auth/ui/Authentication.kt#L30
This annotation should be used with the compiler argument '-opt-in=kotlin.RequiresOptIn'
|
Build with Gradle:
auth/src/main/java/org/robojackets/apiary/auth/ui/Authentication.kt#L189
This annotation should be used with the compiler argument '-opt-in=kotlin.RequiresOptIn'
|
Build with Gradle:
auth/src/main/java/org/robojackets/apiary/auth/ui/permissions/InsufficientPermissions.kt#L123
This annotation should be used with the compiler argument '-opt-in=kotlin.RequiresOptIn'
|
Build with Gradle:
auth/src/main/java/org/robojackets/apiary/auth/ui/Authentication.kt#L30
This annotation should be used with the compiler argument '-opt-in=kotlin.RequiresOptIn'
|
Loading