Somehow it can't find the ksp plugin with this con...
# arrow
r
Somehow it can't find the ksp plugin with this config, am I doing something wrong here?
Copy code
implementation(platform("io.arrow-kt:arrow-stack:1.2.4"))
    ksp("io.arrow-kt:arrow-optics-ksp-plugin")
    implementation("io.arrow-kt:arrow-core")
    implementation("io.arrow-kt:arrow-optics")
Ah, the bom is specific.
a
unfortunately the BOM does not work with KSP (due to limitations in their side), so you need to be explicit about the version there