Hello, I'm working in a Compose Multiplatform project, I have use
this template for the basics and now I'm trying to include
moko-resources
on it, but I'm sure were do I need to add this part:
buildscript {
repositories {
gradlePluginPortal()
}
dependencies {
classpath "dev.icerock.moko:resources-generator:0.23.0"
}
}
Have any of you had something similar?
Does
"dev.icerock.moko:resources-generator:0.23.0"
have a Kotlin DSL equivalent?
Right now I can't get my resource located in
commonMain/resources/MR/files/mini.txt