diff --git a/mvi-compose/build.gradle.kts b/mvi-compose/build.gradle.kts index 5fc097c..ae01fb2 100644 --- a/mvi-compose/build.gradle.kts +++ b/mvi-compose/build.gradle.kts @@ -35,6 +35,14 @@ android { kotlinOptions { jvmTarget = JavaVersion.VERSION_1_8.toString() } + + buildFeatures { + compose = true + } + + composeOptions { + kotlinCompilerExtensionVersion = "1.4.7" + } } dependencies { @@ -43,4 +51,4 @@ dependencies { implementation(libs.adidas.mvi) implementation(libs.activityCompose) implementation(libs.lifecycleRuntimeCompose) -} \ No newline at end of file +} diff --git a/mvi-compose/gradle.properties b/mvi-compose/gradle.properties index f6accd4..aee811a 100644 --- a/mvi-compose/gradle.properties +++ b/mvi-compose/gradle.properties @@ -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 \ No newline at end of file +POM_PACKAGING=aar