File tree Expand file tree Collapse file tree
sample/src/commonMain/kotlin/com/softartdev/shared/material3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ buildscript {
1111 dependencies {
1212 classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:${rootProject.extra[" kotlin_version" ]} " )
1313 classpath(" org.jetbrains.kotlin:compose-compiler-gradle-plugin:${rootProject.extra[" kotlin_version" ]} " )
14- classpath(" com.android.tools.build:gradle:8.9.0 " )
15- classpath(" org.jetbrains.compose:compose-gradle-plugin:1.7.3 " )
14+ classpath(" com.android.tools.build:gradle:8.9.1 " )
15+ classpath(" org.jetbrains.compose:compose-gradle-plugin:1.8.0-beta01 " )
1616 }
1717}
1818allprojects {
Original file line number Diff line number Diff line change 11GROUP =io.github.softartdev
2- VERSION =0.9.4
2+ VERSION =0.9.5
33
44org.gradle.jvmargs =-Xmx16g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding =UTF-8 -Dkotlin.daemon.jvm.options\=" -Xmx16g" -XX:+UseParallelGC -XX:MaxMetaspaceSize =1g
55org.gradle.parallel =true
Original file line number Diff line number Diff line change 11package com.softartdev.shared.material3
22
3+ import androidx.compose.foundation.layout.imePadding
34import androidx.compose.runtime.Composable
45import androidx.compose.ui.Modifier
56import androidx.navigation.NavHostController
@@ -25,7 +26,7 @@ fun Material3App(
2526) = PreferableMaterialTheme { // provides composition locals
2627 EnableEdgeToEdge (material3 = true , inDark = themePrefs.inDark)
2728 NavHost (
28- modifier = modifier,
29+ modifier = modifier.imePadding() ,
2930 navController = navController,
3031 startDestination = navController.currentDestination?.route ? : AppNavGraph .Settings .name,
3132 route = " Material3App"
You can’t perform that action at this time.
0 commit comments