How to create Object Repository in Intellij

I am look to create object repo in intellij to store my element locators as am currently working on Appium for mobile automation testing. If anyone has done this before, i’ll appreciate your help on this. Thank you

As far as i know, intelliJ is just a IDE, it will not help you to create object repositories as you do in QTP or some other IDEs(- which are built for test automation). So, you can use properties files to store your object locators and write a simple method to retrieve required object property from property file.
Else you can always go for Page Object Model.

I will suggest to use “Serenity” framework for this purpose https://github.com/serenity-bdd/serenity-core

demo project can be found under https://github.com/vikramvi/AppiumSerenityPOC