Skip to content

Commit

Permalink
fix compose modules compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Nov 17, 2023
1 parent c6a9708 commit fe3661b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
@@ -1,5 +1,7 @@
package org.kodein.di.compose

import androidx.compose.runtime.Composable
import org.kodein.di.DI

@Composable
internal actual fun diFromAppContext(): DI = error("Missing DI container!")
@@ -1,5 +1,7 @@
package org.kodein.di.compose

import androidx.compose.runtime.Composable
import org.kodein.di.DI

@Composable
internal actual fun diFromAppContext(): DI = error("Missing DI container!")

This file was deleted.

2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Expand Up @@ -9,7 +9,7 @@ androidx-lifecycle = "2.6.2"
androidx-compose = "2.7.5"
# Compose
jbCompose = "1.5.10-dev-wasm02"
compose-compiler = "1.5.1"
compose-compiler = "1.5.10"
compose-bom = "2023.10.01"
# KSP
kotlinpoet = "1.14.2"
Expand Down

0 comments on commit fe3661b

Please sign in to comment.