File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 77import org.jetbrains.dokka.gradle.DokkaTaskPartial
88
99plugins {
10- id(" com.android.application" ) version ( " 7.1.0 " ) apply false
11- id(" com.android.library" ) version ( " 7.1.0 " ) apply false
12- id(" org.jetbrains.kotlin.android" ) version ( " 1.6.10 " ) apply false
13- id(" org.jetbrains.dokka" ) version ( " 1.6.10 " ) apply true
10+ id(" com.android.application" ) apply false
11+ id(" com.android.library" ) apply false
12+ id(" org.jetbrains.kotlin.android" ) apply false
13+ id(" org.jetbrains.dokka" ) apply true
1414}
1515
1616subprojects {
Original file line number Diff line number Diff line change @@ -17,6 +17,13 @@ pluginManagement {
1717 maven(url = " https://jitpack.io" )
1818 maven(url = " https://s3.amazonaws.com/repo.commonsware.com" )
1919 }
20+
21+ plugins {
22+ id(" com.android.application" ) version (" 7.1.0" )
23+ id(" com.android.library" ) version (" 7.1.0" )
24+ id(" org.jetbrains.kotlin.android" ) version (" 1.6.10" )
25+ id(" org.jetbrains.dokka" ) version (" 1.6.10" )
26+ }
2027}
2128dependencyResolutionManagement {
2229 repositoriesMode.set(RepositoriesMode .FAIL_ON_PROJECT_REPOS )
You can’t perform that action at this time.
0 commit comments