mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2025-09-14 14:44:21 +02:00
- Upgraded Gradle wrapper to version 8.5. - Updated Gradle build scripts and configurations. - Added iOS targets (iosX64, iosArm64, iosSimulatorArm64) to the Kotlin Multiplatform setup. - Configured shared iOS source sets. - Bumped project version to 3.1.0. - Updated JDK version to 21 in project settings. - Removed kotlinScripting.xml. - Added runConfigurations.xml and AndroidProjectSystem.xml.
6 lines
212 B
XML
6 lines
212 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="AndroidProjectSystem">
|
|
<option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
|
|
</component>
|
|
</project> |