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

tech.skot.tools.starter.SkotModule.kt Maven / Gradle / Ivy

package tech.skot.tools.starter

fun StarterGenerator.skotModule(){
    ModuleGenerator("skot", configuration, rootDir).apply {
        buildGradle {
            plugin(BuildGradleGenerator.Plugin.Id("tech.skot.tools"))
            manual = """
skot {
    app = tech.skot.tools.gradle.App(
            startScreen = ".screens.SplashVC",
            packageName = "${configuration.appPackage}",
            baseActivity = ".android.BaseActivity")
}                
            """.trimIndent()
        }



    }.generate()
    modules.add("skot")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy