All Downloads are FREE. Search and download functionalities are using the official Maven repository.

francisco.visintini.pmaxml.presentation.di.PimpMyAndroidXml.kt Maven / Gradle / Ivy

Go to download

PimpMyAndroidXML is a command client app that will style/format android xml files. Be aware that is in early stages of development.

There is a newer version: 0.3.6
Show newest version
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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy