<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: sl11</title>
    <description>The latest articles on Forem by sl11 (@sl11).</description>
    <link>https://forem.com/sl11</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1113106%2F94cd137d-a984-4005-9588-4d3acbdc062b.png</url>
      <title>Forem: sl11</title>
      <link>https://forem.com/sl11</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sl11"/>
    <language>en</language>
    <item>
      <title>Material Design 3 Carousel implementation issues</title>
      <dc:creator>sl11</dc:creator>
      <pubDate>Tue, 04 Jul 2023 08:38:52 +0000</pubDate>
      <link>https://forem.com/sl11/material-design-3-carousel-implementation-issues-2k6d</link>
      <guid>https://forem.com/sl11/material-design-3-carousel-implementation-issues-2k6d</guid>
      <description>&lt;p&gt;I'm trying to implement the Carousel component from Material Design 3. I've tried to follow the guide from Github docs on how to implement Material Design 3, but when I try to implement the Carousel component I get this error: &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Class referenced in the layout file, com.google.android.material.carousel.MaskableFrameLayout, was not found in the project or the libraries&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I have these dependencies: &lt;br&gt;
&lt;code&gt;implementation com.google.android.material:material:1.5.0'&lt;/code&gt; in build.gradle (module)&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
    kotlinOptions {
        jvmTarget = '1.8'
    }
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and &lt;code&gt;compileSdk 33&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;in build.gradle (module)&lt;/p&gt;

</description>
      <category>kotlin</category>
      <category>android</category>
    </item>
  </channel>
</rss>
