Skip to content

Commit

Permalink
Complete dokka v2 configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Dec 18, 2024
1 parent f4031f2 commit 4fe1184
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions balloon-compose/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import com.skydoves.balloon.Configuration
import org.jetbrains.dokka.DokkaConfiguration.Visibility
import org.jetbrains.dokka.gradle.DokkaTaskPartial

@Suppress("DSL_SCOPE_VIOLATION")
plugins {
Expand Down
2 changes: 0 additions & 2 deletions balloon/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// limitations under the License.

import com.skydoves.balloon.Configuration
import org.jetbrains.dokka.DokkaConfiguration.Visibility
import org.jetbrains.dokka.gradle.DokkaTaskPartial

@Suppress("DSL_SCOPE_VIOLATION")
plugins {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ plugins {
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.baseline.profile) apply false
alias(libs.plugins.compose.compiler) apply false
alias(libs.plugins.dokka)
alias(libs.plugins.nexus.plugin)
alias(libs.plugins.spotless)
alias(libs.plugins.kotlin.binary.compatibility)
alias(libs.plugins.dokka)
}

apiValidation {
Expand Down
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ android.defaults.buildfeatures.renderscript=false
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false

# Dokka v2
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers

# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
Expand Down

0 comments on commit 4fe1184

Please sign in to comment.