Skip to content

Commit 6290f83

Browse files
Suppress kotlin internal warnings. (#93)
1 parent 8c8073f commit 6290f83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

play-validations/memory-footprint/src/main/java/com/google/wear/watchface/dfx/memory/WatchFaceLayoutEvaluator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import java.util.stream.Collectors;
2626
import org.w3c.dom.Document;
2727

28+
@SuppressWarnings("KotlinInternal")
2829
public class WatchFaceLayoutEvaluator {
2930
public static List<MemoryFootprint> evaluate(EvaluationSettings evaluationSettings) {
3031
try (InputPackage inputPackage = InputPackage.open(evaluationSettings.getWatchFacePath())) {

0 commit comments

Comments
 (0)