Introduce global gradle.properties so the we don't need to retype androidx.compose.multiplatformEnabled=true

This commit is contained in:
Shagen Ogandzhanian
2021-04-09 15:55:07 +02:00
parent f9ed97e554
commit 1f15bbb373
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ RUN echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/so
${CHROME_VERSION:-google-chrome-stable}
COPY chrome-no-sandbox /usr/bin/chrome-no-sandbox
COPY gradle.properties /root/.gradle/gradle.properties
RUN chmod u+x /usr/bin/chrome-no-sandbox
RUN mkdir ~/bin

View File

@@ -0,0 +1 @@
androidx.compose.multiplatformEnabled=true