From 0dea1b2cdaea7b3251a329583b4b9f118df09ce1 Mon Sep 17 00:00:00 2001 From: Mateusz Date: Fri, 6 Oct 2023 20:11:43 +0200 Subject: [PATCH] apply --- build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 54b7d7ac7..ef2998fe1 100644 --- a/build.gradle +++ b/build.gradle @@ -3,11 +3,14 @@ buildscript { compose_version = '1.3.3' ktor_version = '2.3.4' } + dependencies { + + } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { // id 'app.cash.paparazzi' version '1.2.0' apply false - id 'com.android.application' version '7.4.1' apply false + id 'com.android.application' version '7.4.1' apply true id 'com.android.library' version '7.4.1' apply false // id 'org.jetbrains.kotlin.android' version '1.8.10' apply false id 'com.google.dagger.hilt.android' version '2.45' apply false