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 15
15
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
16
16
17
17
plugins {
18
+ id(" LicenseResolverPlugin" )
18
19
id(" firebase-library" )
19
20
id(" kotlin-android" )
20
21
id(" firebase-vendor" )
@@ -61,6 +62,8 @@ kotlin {
61
62
explicitApi()
62
63
}
63
64
65
+ thirdPartyLicenses { add(" dagger2" , " ${projectDir} /third_party/dagger2/LICENSE" ) }
66
+
64
67
dependencies {
65
68
javadocClasspath(" org.codehaus.mojo:animal-sniffer-annotations:1.21" )
66
69
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 19
19
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
20
20
21
21
plugins {
22
+ id(" LicenseResolverPlugin" )
22
23
id(" firebase-library" )
23
24
id(" firebase-vendor" )
24
25
id(" kotlin-android" )
@@ -66,6 +67,8 @@ kotlin {
66
67
compilerOptions { jvmTarget = JvmTarget .JVM_1_8 }
67
68
}
68
69
70
+ thirdPartyLicenses { add(" dagger2" , " ${projectDir} /third_party/dagger2/LICENSE" ) }
71
+
69
72
dependencies {
70
73
api(libs.firebase.common)
71
74
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