-
Notifications
You must be signed in to change notification settings - Fork 137
#843 support jetbrains android multipaltform #858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Alex009
merged 45 commits into
icerockdev:develop
from
ExNDY:#843-jetbrains-android-multipaltform
Feb 3, 2026
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
42a71a4
not working
Lobynya d008885
Merge remote-tracking branch 'refs/remotes/origin/develop' into g
Lobynya aab9cff
MOKO-1958 add KotlinMultiplatformAndroidLibraryTarget
Lobynya 24778a2
Merge pull request #855 from icerockdev/develop
Alex009 e0fdf49
Merge remote-tracking branch 'lob/task/MOKO-1958-new-android-library'…
ExNDY 5fcc7b3
#843 added gradle and agp 9+ sample
ExNDY 82fb9b6
#843 android tasks configuration moved to apply plugin, android plugi…
ExNDY 4189b99
#843 platform type utils moved to file, fix AndroidLibraryType
ExNDY 5b9d80f
#843 refactored setup android tasks, added check on agp version, corr…
ExNDY 7a4f61a
#843 updated getAndroidRClassPackage
ExNDY 0ac795f
#843 added enable android resources on apply plugin
ExNDY 64fc5d2
#843 fix sample package name
ExNDY fbc3306
#843 added ExperimentalWasmDsl annotation, replaced deprecated varia…
ExNDY 27742ec
#843 update sample package name
ExNDY 82399e4
#843 removed link with generated tasks
ExNDY c3d4f04
#843 hack of androidSourceSet implemented only for legacy plugin
ExNDY b1e0378
#843 update generated source directory for new plugin, added kdoc
ExNDY 4ff2349
#843 reformat
ExNDY 243a3b9
#843 rollback android-mpp sample
ExNDY 8c8c6a7
#843 fix enable resources, plugin version in sample
ExNDY 862cd69
#843 fix project field
ExNDY adebb91
#843 setup sourceSets replaced on check target type
ExNDY 0329aa6
#843 fixed android artefact publication
ExNDY 1ce7540
#843 separate android functions
ExNDY afee517
#843 update samples
ExNDY c25fbd6
#843 new minimal versions, updated kdoc, kotlin 2.0 settings
ExNDY 63da2cf
#843 fix linter
ExNDY c118816
#843 update samples to kotlin 2.x
ExNDY 88a4a11
#843 update samples to kotlin 2.1+
ExNDY 38a7a07
#843 update and fix samples
ExNDY 5f7ce93
#843 fix kotlin-ios-sample, libs name
ExNDY 1de578c
#843 fix ios version
ExNDY 068b3ce
#843 fix deprecated code, plugin names
ExNDY d693ae2
#843 added todo, try update coroutines
ExNDY 7ec3977
#843 remove todo from comment
ExNDY 5ef58e6
#843 update yarn.lock
ExNDY e8f2b6e
#843 removed comment
ExNDY daa19ee
#843 added doc for different kotlin and agp versions in toml
ExNDY 6d532aa
#843 removed useless libs
ExNDY ee582e0
#843 replaced not found on error, rollback null in Rpackage
ExNDY 7540439
#843 removed agp 7.x compitability, updated kdoc
ExNDY 3a669d1
#843 updated min version
ExNDY e330d16
#843 fix readme
ExNDY e5970d7
#843 reformat
ExNDY a4d6586
#843 fix minsdk in sample
Alex009 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,7 +1,7 @@ | ||
| #Tue Jul 25 10:40:31 NOVT 2023 | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip | ||
| networkTimeout=10000 | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.