yshrsmz / BuildKonfig

BuildConfig for Kotlin Multiplatform Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

non-flavored defaultConfigs must be provided.

anshulupadhyay03 opened this issue · comments

Hi, I have used your library in my project for making use of product flavor and build configs but I am getting this below issue while integrating with it. You can reproduce issue in my repo :https://github.com/youranshul/KmmMovieBuff

`* What went wrong:
A problem occurred configuring project ':shared'.

non-flavored defaultConfigs must be provided.`

This is because you applied the buildkonfig plugin, but doesn't configure it with buildkonfig block

@yshrsmz how to configure it with block? while applying buildkonfig plugin itself it is throwing the error. Am I missing something?

@youranshul Please follow the instruction in README