-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
27 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
-dontwarn | ||
-dontwarn org.apache.** | ||
-dontwarn com.sun.** | ||
-dontwarn javax.** | ||
-dontwarn org.** | ||
-keep class kotlinx.coroutines.** {*;} | ||
-keep class org.jetbrains.skia.** {*;} | ||
-keep class org.jetbrains.skiko.** {*;} | ||
-keepclassmembernames class kotlinx.** { | ||
volatile <fields>; | ||
} | ||
-keep public class MainKt { | ||
-keepclasseswithmembers public class com.github.springeye.memosc.MainKt { | ||
public void main(); | ||
} | ||
-keepattributes *Annotation* | ||
|
||
-keep class api.** {*;} | ||
-keep class model.** {*;} | ||
-keep class kotlin.Metadata { *; } | ||
|
||
|
||
-keep class com.github.springeye.memosc.api.** {*;} | ||
-keep class com.github.springeye.memosc.model.** {*;} |
2 changes: 1 addition & 1 deletion
2
...n/com/github/springeye/memosc/MemosApi.kt → ...m/github/springeye/memosc/api/MemosApi.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
composeApp/src/commonMain/kotlin/com/github/springeye/memosc/repository/MemoRepository.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 2 additions & 37 deletions
39
composeApp/src/commonMain/kotlin/com/github/springeye/memosc/ui/home/ArchivedModel.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 2 additions & 38 deletions
40
composeApp/src/commonMain/kotlin/com/github/springeye/memosc/ui/home/ProfileModel.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters