/declarative-samples-android-app

A sample Android application written in the Declarative Gradle DSL, using the prototype Declarative Android `androidApplication` Software Type defined in the `org.gradle.experimental.android-ecosystem` ecosystem plugin.

Primary LanguageKotlinOtherNOASSERTION

declarative-samples-android-app

A sample Android application written in the Declarative Gradle DSL, using the prototype Declarative Gradle androidApplication Software Type defined in the org.gradle.experimental.android-ecosystem ecosystem plugin.

Building and Running

This sample shows the definition of a multiproject Android application implemented using Kotlin 1.9.23 source code. The project is the result of reproducing the project produced by the gradle init command in Gradle 8.9 as an Android project.

To build the application without running, use:

> ./gradlew build