francisco.visintini.pmaxml.presentation.di.PimpMyAndroidXml.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pmaxml Show documentation
Show all versions of pmaxml Show documentation
PimpMyAndroidXML is a command client app that will style/format android xml files. Be aware that is in early stages of development.
package francisco.visintini.pmaxml.presentation.di
import dagger.Component
import francisco.visintini.pmaxml.presentation.Main
import francisco.visintini.pmaxml.presentation.apply.formatting.di.FormattingModule
@Component(modules = [FormattingModule::class])
interface PimpMyAndroidXml {
fun createMain(): Main
}