DevSrSouza / compose-icons

Popular Open Source icon packs for Compose Multiplatform
MIT License
551 stars 25 forks source link

Icons are not working in the latest cfd build 0.4.0-build211 #7

Closed sureshg closed 3 years ago

sureshg commented 3 years ago
  kotlin("jvm") version "1.5.10"
  id("org.jetbrains.compose") version "0.4.0-build211"

Throwing the following exception when initializing the icon.

Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: 'void androidx.compose.ui.graphics.vector.ImageVector$Builder.<init>(java.lang.String, float, float, float, float, long, androidx.compose.ui.graphics.BlendMode, int, kotlin.jvm.internal.DefaultConstructorMarker)'
        at compose.icons.simpleicons.KotlinKt.getKotlin(Kotlin.kt:19)
odvratnozgodan commented 3 years ago

Same issue here. I am using Compose 0.4.0-rc2.

stephanepechard commented 3 years ago

Still the same with Compose Desktop 0.4.0.

DevSrSouza commented 3 years ago

With the release of 1.0.0 should work just fine with any Compose Desktop version from 0.4.0 and up.