Skip to content

Commit

Permalink
compose-plugin upgraded - 1.6.10
Browse files Browse the repository at this point in the history
kotlin upgraded - 2.0.0
  • Loading branch information
ismail committed May 21, 2024
1 parent 00b17fc commit 7ea475c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions composeApp/src/commonMain/kotlin/main/MainScreen.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@ import androidx.compose.ui.Modifier
import androidx.navigation.compose.rememberNavController
import navigation.main.MainNavigation


@Composable
fun MainScreen(){
MainScreenContent()
}

@Composable
fun MainScreenContent(){

val navController = rememberNavController()

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ androidx-test-junit = "1.1.5"
androidx-lifecycle = "2.8.0-rc03"
androidx-navigation = "2.7.0-alpha06"
compose = "1.6.7"
compose-plugin = "1.6.10-rc03"
compose-plugin = "1.6.10"
junit = "4.13.2"
kotlin = "2.0.0-RC3"
kotlin = "2.0.0"
ksp = "2.0.0-RC3-1.0.20"
ktor = "3.0.0-wasm2"
koin = "3.6.0-Beta4"
Expand Down

0 comments on commit 7ea475c

Please sign in to comment.