jeziellago / compose-markdown

Markdown Text for Android Jetpack Compose 📋.
MIT License
567 stars 47 forks source link

feature request: support jetpack compose multiplatform #78

Open kenyee opened 9 months ago

kenyee commented 9 months ago

The artifact uses Android components according to the POM:

<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.3.1</version>
<scope>runtime</scope>
</dependency>

does it need to use these? Would be nice to make this support Compose Multiplatform...