From 4cf64d89283a382e222939dfc6932d3b2e612bb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 17:00:09 +0000 Subject: [PATCH] Update dependency composeOptions to v1.5.1 --- anystream-client-ui/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anystream-client-ui/build.gradle.kts b/anystream-client-ui/build.gradle.kts index 1993b334..73e02c03 100644 --- a/anystream-client-ui/build.gradle.kts +++ b/anystream-client-ui/build.gradle.kts @@ -21,7 +21,7 @@ if (hasAndroidSdk) { compose = true } composeOptions { - kotlinCompilerExtensionVersion = "1.5.0" + kotlinCompilerExtensionVersion = "1.5.1" } } }