Farhad Beigirad
Farhad Beigirad
Yes. That's required for android developers.
@tralfamadore Can you check the PR?
Yes. Thanks.
I faced this issue and added ` --rerun-tasks ` argument until this issue solve. ``` ./gradlew :my_module:releaseComposeCompilerHtmlReport --rerun-tasks ```
These keys related to [Encryption library](https://github.com/simbiose/Encryption) that I used for encrypting data and you can use any thing you want.
The encrypted output depends on which algorithm and which configs did you use for encryption/decryption. Visit default algorithm [here](https://github.com/simbiose/Encryption/blob/a344761a10add131cbe9962f895b416e5217d0e9/Encryption/main/se/simbio/encryption/Encryption.java#L332) If you want to get more options, view [here](https://github.com/simbiose/Encryption#custom-usage) Unfortunately I...
Could you take your complete project on github and give me its link?
Hey @venky1995 You can now check out new [sample](https://github.com/beigirad/EncryptedGsonConverter/blob/master/files/movies.json) and [encrypted](https://github.com/beigirad/EncryptedGsonConverter/blob/master/files/movies-encrypted.json) with about +400 lines response. If you want to print a large encrypted string with `Log.i()`, output is incomplete.
My job has done with: ``` -keep class com.yalantis.ucrop.util.RectUtils { *; } ```
تنها پیادهسازی موجود در StdLib پیادهسازی مربوط به NONE میباشد که کدش اینه: ```kotlin internal object UNINITIALIZED_VALUE // internal to be called from lazy in JS internal class UnsafeLazyImpl(initializer: ()...