> I have added
api("com.github.sdstoehr:har-reader:2.2.1")
in src/bom-thirdparty/build.gradle.kts

That’s right.
You declare version in bom-thirdparty, and then you add a dependency
without version.
For instance, add implementation(“
com.github.sdstoehr:har-reader”) to src/core/build.gradle.kts.

However, you might need to depend on other modules (e.g. protocols:http),
so it might be better to add src/har-importer module rather than put it
into src/core

I would suggest going with MenuCreator.

Vladimir
-- 
Vladimir

Reply via email to