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 9dcd7bf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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!")
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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.4"
compose-bom = "2023.10.01"
# KSP
kotlinpoet = "1.14.2"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.3.0")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.3.1")
}
}

Expand Down

0 comments on commit 9dcd7bf

Please sign in to comment.