https://kotlinlang.org logo
#moko
Title
# moko
r

Richard Leggett

09/26/2023, 4:24 PM
Hey all, I'm migrating applying the
multiplatform-resources
plugin and configuration from gradle files into some custom gradle plugins. I'm having a bit of trouble finding the gradle plugin module to
compileOnly()
include in
buildSrc/build-logic
. Do anyone happen to know this?
I think I'm on the wrong track here. I was thrown as the gradle plugin version is
0.3.0
but the latest moko-resources plugin is
0.23.0
(different plugin?)
Copy code
moko-resources-gradlePlugin = { module = "dev.icerock.moko:moko-gradle-plugin", version.ref = "moko-resources-gradle-plugin" } // 0.3.0