Skip to content

Commit

Permalink
Some bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Dec 9, 2023
1 parent eca4393 commit 920f284
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 41 deletions.
40 changes: 0 additions & 40 deletions app/shared/src/commonMain/kotlin/util/ReverseRow.kt

This file was deleted.

5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.native.ignoreIncorrectDependencies=true
kotlin.native.ignoreDisabledTargets=true
#kotlin.experimental.tryK2=true

# https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers
systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mikbot = "3.26.0"
ksp = "2.0.0-Beta1-1.0.14"
kordex = "1.6.0-SNAPSHOT"
android = "8.2.0"
compose = "1.5.11"
compose = "1.6.0-alpha01"
compose-wear = "1.2.1"
lyricist = "1.6.2"
google-play = "2.1.0"
Expand Down

0 comments on commit 920f284

Please sign in to comment.