From ba26f6e1dad6ea0ba72fd976b2c629fbb5dc934a Mon Sep 17 00:00:00 2001
From: Mohammad Estaki <121957906+EstakiDev@users.noreply.github.com>
Date: Sat, 1 Feb 2025 09:47:51 +0330
Subject: [PATCH 1/4] Fix build problems, replace kotlin synthetic with
viewBinding
---
.gitignore | 1 +
.idea/misc.xml | 3 +-
.idea/modules.xml | 13 -------
.idea/runConfigurations.xml | 8 ++++
app/build.gradle | 22 +++++++++--
app/src/main/AndroidManifest.xml | 3 +-
.../it/sephiroth/android/library/demo/App.kt | 11 ++++++
.../android/library/demo/MainActivity.kt | 38 ++++++++++---------
build.gradle | 4 +-
gradle/wrapper/gradle-wrapper.properties | 4 +-
library/build.gradle | 22 +++++++----
.../library/checkbox3state/CheckBox3.java | 6 ++-
.../library/checkbox3state/Constans.kt | 3 ++
13 files changed, 88 insertions(+), 50 deletions(-)
delete mode 100644 .idea/modules.xml
create mode 100644 app/src/main/java/it/sephiroth/android/library/demo/App.kt
create mode 100644 library/src/main/java/it/sephiroth/android/library/checkbox3state/Constans.kt
diff --git a/.gitignore b/.gitignore
index cafc865..2561eb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@ out/
# Gradle files
.gradle/
build/
+.idea/
# Local configuration file (sdk path, etc)
local.properties
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 703e5d4..b4fea88 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -5,7 +5,8 @@
-
+
+
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 3f6fa34..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
index 7f68460..72f00ed 100644
--- a/.idea/runConfigurations.xml
+++ b/.idea/runConfigurations.xml
@@ -3,6 +3,14 @@