Closed geckogecko closed 4 years ago
hello, @geckogecko
you not setup all required configuration. https://github.com/icerockdev/moko-resources#installation
multiplatformResources {
multiplatformResourcesPackage = "org.example.library"
iosBaseLocalizationRegion = "en" //optional, default "en"
multiplatformResourcesSourceSet = "commonClientMain" // optional, default "commonMain"
}
multiplatformResourcesPackage
is not optional, it's required
@Alex009 oh wow totally forgot that one.. Thanks
I am following the Installation guide from the readme to include moko-resources into my mpp project. My root build.gradle
But when I try to include it into my project build.gradle.kts with:
I receive the gradle error:
Required value was null.