Summary: Build the jetpack compose plugin with gradle and export it to Maven. Reviewed By: lblasa Differential Revision: D46932689 fbshipit-source-id: cca0468bae7e6a324430aab548613aa1fdb61bf2
13 lines
367 B
Properties
13 lines
367 B
Properties
#
|
|
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
#
|
|
# This source code is licensed under the MIT license found in the LICENSE
|
|
# file in the root directory of this source tree.
|
|
#
|
|
|
|
POM_NAME=Flipper Jetpack Compose UIDebugger Plugin
|
|
POM_DESCRIPTION=Jetpack Compose Plugin for the Flipper UIDebugger
|
|
POM_ARTIFACT_ID=flipper-jetpack-compose-plugin
|
|
POM_PACKAGING=aar
|
|
|