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" } } }