File tree 4 files changed +1
-8
lines changed
4 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
import com.skydoves.balloon.Configuration
2
- import org.jetbrains.dokka.DokkaConfiguration.Visibility
3
- import org.jetbrains.dokka.gradle.DokkaTaskPartial
4
2
5
3
@Suppress(" DSL_SCOPE_VIOLATION" )
6
4
plugins {
Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
import com.skydoves.balloon.Configuration
16
- import org.jetbrains.dokka.DokkaConfiguration.Visibility
17
- import org.jetbrains.dokka.gradle.DokkaTaskPartial
18
16
19
17
@Suppress(" DSL_SCOPE_VIOLATION" )
20
18
plugins {
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ plugins {
19
19
alias(libs.plugins.kotlin.android) apply false
20
20
alias(libs.plugins.baseline.profile) apply false
21
21
alias(libs.plugins.compose.compiler) apply false
22
- alias(libs.plugins.dokka)
23
22
alias(libs.plugins.nexus.plugin)
24
23
alias(libs.plugins.spotless)
25
24
alias(libs.plugins.kotlin.binary.compatibility)
25
+ alias(libs.plugins.dokka)
26
26
}
27
27
28
28
apiValidation {
Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ android.defaults.buildfeatures.renderscript=false
38
38
android.defaults.buildfeatures.resvalues =false
39
39
android.defaults.buildfeatures.shaders =false
40
40
41
- # Dokka v2
42
- org.jetbrains.dokka.experimental.gradle.pluginMode =V2EnabledWithHelpers
43
-
44
41
# Enables namespacing of each library's R class so that its R class includes only the
45
42
# resources declared in the library itself and none from the library's dependencies,
46
43
# thereby reducing the size of the R class for that library
You can’t perform that action at this time.
0 commit comments