Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable "androidx.compose.material.material-navigation" publication. #1711

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import androidx.navigation.NavBackStackEntry
import androidx.navigation.NavDestinationBuilder
import androidx.navigation.NavDestinationDsl
import androidx.navigation.NavType
import kotlin.jvm.JvmSuppressWildcards
import kotlin.reflect.KClass
import kotlin.reflect.KType

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import androidx.navigation.NavDeepLink
import androidx.navigation.NavGraphBuilder
import androidx.navigation.NavType
import androidx.navigation.get
import kotlin.jvm.JvmSuppressWildcards
import kotlin.reflect.KClass
import kotlin.reflect.KType

Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ artifactRedirecting.androidx.compose.version=1.8.0-alpha03
artifactRedirecting.androidx.compose.material3.version=1.4.0-alpha01
artifactRedirecting.androidx.compose.foundation.version=1.8.0-alpha03
artifactRedirecting.androidx.compose.material.version=1.8.0-alpha03
# The latest version is not published yet: https://mvnrepository.com/artifact/androidx.compose.material/material-navigation
artifactRedirecting.androidx.compose.material.material-navigation.version=1.7.0-beta01
terrakok marked this conversation as resolved.
Show resolved Hide resolved
# Look for `COMPOSE_MATERIAL3_COMMON` in libraryversions.toml
artifactRedirecting.androidx.compose.material3.common.version=1.0.0-alpha01
# Look for `COMPOSE_MATERIAL3_ADAPTIVE` in libraryversions.toml
Expand Down
3 changes: 1 addition & 2 deletions mpp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ val libraryToComponents = mapOf(
ComposeComponent(":compose:material3:material3-common"),
//ComposeComponent(":compose:material:material-icons-core"),
ComposeComponent(":compose:material:material-ripple"),
//disable 'material-navigation' publication until Google releases its version
//ComposeComponent(":compose:material:material-navigation"),
ComposeComponent(":compose:material:material-navigation"),
ComposeComponent(":compose:material3:material3-window-size-class"),
ComposeComponent(":compose:material3:material3-adaptive-navigation-suite"),
ComposeComponent(":compose:runtime:runtime", supportedPlatforms = ComposePlatforms.ALL),
Expand Down