Skip to content

Commit

Permalink
Feature/fix missing compose dependency (#22)
Browse files Browse the repository at this point in the history
* export compose outside the mvi-compose and bumped version
  • Loading branch information
jzeferino committed Jun 2, 2023
1 parent 12c6162 commit e6940de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion mvi-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}

buildFeatures {
compose = true
}

composeOptions {
kotlinCompilerExtensionVersion = "1.4.7"
}
}

dependencies {
Expand All @@ -43,4 +51,4 @@ dependencies {
implementation(libs.adidas.mvi)
implementation(libs.activityCompose)
implementation(libs.lifecycleRuntimeCompose)
}
}
4 changes: 2 additions & 2 deletions mvi-compose/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
POM_ARTIFACT_ID=mvi-compose
GROUP=com.adidas.mvi
VERSION_CODE=1
VERSION_NAME=0.0.1
VERSION_NAME=0.0.2
POM_NAME=Adidas MVI Compose
POM_DESCRIPTION=Adidas MVI Compose
POM_PACKAGING=aar
POM_PACKAGING=aar

0 comments on commit e6940de

Please sign in to comment.