Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Flisar authored and Michael Flisar committed Oct 23, 2024
1 parent 3a11e73 commit b68d0c6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

gradle = "8.6.1"
gradle = "8.7.1"
kotlin = "2.0.21"
compose = "1.7.0"
dokka = "1.9.20"
Expand Down
2 changes: 1 addition & 1 deletion library/modules/billing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
alias(libs.plugins.android.library)
alias(libs.plugins.kotlin.compose)
alias(libs.plugins.kotlin.parcelize)
alias(libs.plugins.dokka)
//alias(libs.plugins.dokka)
alias(libs.plugins.gradle.maven.publish.plugin)
}

Expand Down
1 change: 0 additions & 1 deletion library/modules/date/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ kotlin {
// -------

sourceSets {

commonMain.dependencies {

implementation(compose.components.resources)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.michaelflisar.composedialogs.dialogs.number

import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.ui.Modifier
import com.michaelflisar.composedialogs.core.DialogDefaults
import com.michaelflisar.composedialogs.core.SpecialOptions
Expand Down

0 comments on commit b68d0c6

Please sign in to comment.