File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1515import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1616
1717plugins {
18+ id(" LicenseResolverPlugin" )
1819 id(" firebase-library" )
1920 id(" kotlin-android" )
2021 id(" firebase-vendor" )
@@ -61,6 +62,8 @@ kotlin {
6162 explicitApi()
6263}
6364
65+ thirdPartyLicenses { add(" dagger2" , " ${projectDir} /third_party/dagger2/LICENSE" ) }
66+
6467dependencies {
6568 javadocClasspath(" org.codehaus.mojo:animal-sniffer-annotations:1.21" )
6669 javadocClasspath(libs.autovalue.annotations)
Original file line number Diff line number Diff line change 1+ Copyright 2012 The Dagger Authors
2+
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+
7+ http://www.apache.org/licenses/LICENSE-2.0
8+
9+ Unless required by applicable law or agreed to in writing, software
10+ distributed under the License is distributed on an "AS IS" BASIS,
11+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ See the License for the specific language governing permissions and
13+ limitations under the License.
Original file line number Diff line number Diff line change 1919import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2020
2121plugins {
22+ id(" LicenseResolverPlugin" )
2223 id(" firebase-library" )
2324 id(" firebase-vendor" )
2425 id(" kotlin-android" )
@@ -66,6 +67,8 @@ kotlin {
6667 compilerOptions { jvmTarget = JvmTarget .JVM_1_8 }
6768}
6869
70+ thirdPartyLicenses { add(" dagger2" , " ${projectDir} /third_party/dagger2/LICENSE" ) }
71+
6972dependencies {
7073 api(libs.firebase.common)
7174
Original file line number Diff line number Diff line change 1+ Copyright 2012 The Dagger Authors
2+
3+ Licensed under the Apache License, Version 2.0 (the "License");
4+ you may not use this file except in compliance with the License.
5+ You may obtain a copy of the License at
6+
7+ http://www.apache.org/licenses/LICENSE-2.0
8+
9+ Unless required by applicable law or agreed to in writing, software
10+ distributed under the License is distributed on an "AS IS" BASIS,
11+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ See the License for the specific language governing permissions and
13+ limitations under the License.
You can’t perform that action at this time.
0 commit comments