dev.teogor.ceres.android.library.compose
Owner: Teodor Grigor
Configures Android library projects with Jetpack Compose for modern UI development.
https://source.teogor.dev/ceres
Sources: https://github.com/teogor/ceres
Version 1.0.0-alpha03
1.0.0-alpha03
Created 06 October 2023.
Configures Android library projects with Jetpack Compose for modern UI development.
Add this plugin to your build using the plugins DSL:
plugins {
id("dev.teogor.ceres.android.library.compose") version "1.0.0-alpha03"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("dev.teogor.ceres.plugin:library-convention:1.0.0-alpha03") } } apply(plugin = "dev.teogor.ceres.android.library.compose")
- Applying plugins to all subprojects .