Skip to content

Commit

Permalink
minor import update
Browse files Browse the repository at this point in the history
  • Loading branch information
Morfly committed Feb 13, 2024
1 parent 2f08dd2 commit d51ebd1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import io.morfly.airin.module.AndroidLibraryModule
import io.morfly.airin.module.RootModule
import io.morfly.airin.plugin.AirinAndroidGradlePlugin
import io.morfly.airin.composeEnabled
import io.morfly.airin.module.RootModule.Companion.ID_MAVEN_ARTIFACTS
import io.morfly.pendant.starlark.KtAndroidLibraryContext
import io.morfly.pendant.starlark.artifact
import io.morfly.pendant.starlark.kt_compiler_plugin
Expand Down Expand Up @@ -57,7 +56,7 @@ abstract class JetpackComposeFeature : FeatureComponent() {
)
}

onContext<ListContext<StringType>>(id = ID_MAVEN_ARTIFACTS) {
onContext<ListContext<StringType>>(id = RootModule.ID_MAVEN_ARTIFACTS) {
item("androidx.compose.compiler:compiler:1.4.7")
}

Expand Down

0 comments on commit d51ebd1

Please sign in to comment.