Build Android APK #1
Annotations
1 error and 4 warnings
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
android/src/main/java/com/jimmydaddy/imagemarker/base/MarkImageOptions.kt#L7
Lateinit is unnecessary: definitely initialized in constructors
|
build:
android/src/main/java/com/jimmydaddy/imagemarker/base/MarkImageOptions.kt#L11
Unnecessary non-null assertion (!!) on a non-null receiver of type ReadableArray
|
build:
android/src/main/java/com/jimmydaddy/imagemarker/base/WatermarkImageOptions.kt#L36
Type mismatch: inferred type is String? but String was expected
|