Compare commits

...

2 Commits

Author SHA1 Message Date
Avently 1b254f0d22 revert Kotlin 2.0 update 2024-06-03 14:04:08 +07:00
Avently ee6f9c334a multiplatform: Kotlin 2.0 & Compose 1.6.10 2024-06-03 14:01:18 +07:00
3 changed files with 2 additions and 5 deletions
@@ -2,6 +2,5 @@
<resources>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
<color name="highOrLowLight">#8b8786</color>
<color name="window_background_dark">#121212</color>
</resources>
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid android:color="@color/highOrLowLight" />
<solid android:color="#8b8786" />
<size android:width="1dp" />
</shape>
+1 -3
View File
@@ -21,8 +21,6 @@ kotlin.code.style=official
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.jvm.target=11
@@ -34,4 +32,4 @@ desktop.version_code=52
kotlin.version=1.9.23
gradle.plugin.version=8.2.0
compose.version=1.6.1
compose.version=1.6.10