Skip to content

Commit 4fe1184

Browse files
committed
Complete dokka v2 configurations
1 parent f4031f2 commit 4fe1184

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

balloon-compose/build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import com.skydoves.balloon.Configuration
2-
import org.jetbrains.dokka.DokkaConfiguration.Visibility
3-
import org.jetbrains.dokka.gradle.DokkaTaskPartial
42

53
@Suppress("DSL_SCOPE_VIOLATION")
64
plugins {

balloon/build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// limitations under the License.
1414

1515
import com.skydoves.balloon.Configuration
16-
import org.jetbrains.dokka.DokkaConfiguration.Visibility
17-
import org.jetbrains.dokka.gradle.DokkaTaskPartial
1816

1917
@Suppress("DSL_SCOPE_VIOLATION")
2018
plugins {

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ plugins {
1919
alias(libs.plugins.kotlin.android) apply false
2020
alias(libs.plugins.baseline.profile) apply false
2121
alias(libs.plugins.compose.compiler) apply false
22-
alias(libs.plugins.dokka)
2322
alias(libs.plugins.nexus.plugin)
2423
alias(libs.plugins.spotless)
2524
alias(libs.plugins.kotlin.binary.compatibility)
25+
alias(libs.plugins.dokka)
2626
}
2727

2828
apiValidation {

gradle.properties

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ android.defaults.buildfeatures.renderscript=false
3838
android.defaults.buildfeatures.resvalues=false
3939
android.defaults.buildfeatures.shaders=false
4040

41-
# Dokka v2
42-
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
43-
4441
# Enables namespacing of each library's R class so that its R class includes only the
4542
# resources declared in the library itself and none from the library's dependencies,
4643
# thereby reducing the size of the R class for that library

0 commit comments

Comments
 (0)