Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/firebase_app_check/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright 2025 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# in the LICENSE file.

include: ../../analysis_options.yaml

analyzer:
exclude:
- firebase_app_check_platform_interface/lib/src/pigeon/messages.pigeon.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ group 'io.flutter.plugins.firebase.appcheck'
version '1.0-SNAPSHOT'

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply from: file("local-config.gradle")

buildscript {
Expand All @@ -12,6 +13,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:8.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
}
}

Expand Down Expand Up @@ -53,6 +55,10 @@ android {
targetCompatibility project.ext.javaVersion
}

kotlinOptions {
jvmTarget = project.ext.javaVersion
}

buildFeatures {
buildConfig true
}
Expand All @@ -67,7 +73,7 @@ android {
implementation 'com.google.firebase:firebase-appcheck-debug'
implementation 'com.google.firebase:firebase-appcheck-playintegrity'
implementation 'androidx.annotation:annotation:1.7.0'

implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.10"
}
}

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading