Alexey Tsvetkov
|
01fe61f9c7
|
Include main jar into runtime classpath for Kotlin MPP target
|
4 years ago |
Roman Sedaikin
|
40ccf9ca59
|
Merge pull request #38 from JetBrains/scrollbarTutorial
Scrollbar tutorial.
|
4 years ago |
Andrew Rudenko
|
2d49b671d7
|
Image & Icons
|
4 years ago |
Andrew Rudenko
|
9e2359c174
|
rename tutorials main.md to README.md
|
4 years ago |
Andrew Rudenko
|
029f4e72eb
|
lang fixes
|
4 years ago |
Roman Sedaikin
|
43bfc9b6bc
|
Fixed text
|
4 years ago |
Alexey Tsvetkov
|
24f183eeee
|
Add tutorial for desktop application Gradle plugin
|
4 years ago |
Alexey Tsvetkov
|
66a392b11f
|
Fix getting runtime classpath from Kotlin MPP target
runtimeElementsConfigurationName is not a resolvable configuration
|
4 years ago |
Alexey Tsvetkov
|
518aa7fc81
|
Rename JetPack -> JetBrains
|
4 years ago |
Alexey Tsvetkov
|
d0859c665c
|
Adjust settings for Windows
Enable dir chooser by default.
Also, treat menu as true if menuGroup is not null.
|
4 years ago |
Alexey Tsvetkov
|
815c0484a9
|
Download WiX toolset on Windows
It is a non-optional dependency for jpackage
(see "Dependencies" section of https://openjdk.java.net/jeps/343).
|
4 years ago |
Alexey Tsvetkov
|
6c03263f2f
|
Change tasks group
|
4 years ago |
Alexey Tsvetkov
|
cc68421f2e
|
Escape file paths on Windows
|
4 years ago |
Alexey Tsvetkov
|
991b7ff6a7
|
Rename nativeExecutables to nativeDistributions
|
4 years ago |
Alexey Tsvetkov
|
927abf0d03
|
Add icons support to packaging
|
4 years ago |
Alexey Tsvetkov
|
7067691b10
|
Add dependency on jdk.crypto.ec
|
4 years ago |
Alexey Tsvetkov
|
014fb87429
|
Enable official code style when root dir is opened in Intellij
|
4 years ago |
Alexey Tsvetkov
|
563dc37c9b
|
Add desktop application Gradle plugin
For simplified packaging and running an app
|
4 years ago |
Alexey Tsvetkov
|
2451d79d06
|
Remove unnecessary META_INF/gradle-plugins/*.properties files
That's already handled by java-gradle-plugin configuration
(a plugin for Gradle plugin development)
|
4 years ago |
Alexey Tsvetkov
|
acd734c653
|
Add local dir repository
So it's easy to see all published artifacts
|
4 years ago |
Alexey Tsvetkov
|
3573807e03
|
Fix repository name
|
4 years ago |
Alexey Tsvetkov
|
279826275a
|
Enable parallel build by default
|
4 years ago |
Alexey Tsvetkov
|
a8e34eddad
|
Refactor gradle-plugin build configuration to allow other plugins
So other plugins can be added to separate subprojects
|
4 years ago |
Alexey Tsvetkov
|
09083131ff
|
Add .idea to gitignore
|
4 years ago |
Nikolay Igotti
|
b9b0064d7b
|
Move some sameples to dev109
|
4 years ago |
Roman Sedaikin
|
a7dc9d8c35
|
Scrollbar tutorial.
|
4 years ago |
Andrew Rudenko
|
d0a4e668a3
|
new API
|
4 years ago |
Igor Demin
|
c7d1446f9b
|
Merge pull request #36 from JetBrains/codeviewer
Code Viewer Example
|
4 years ago |
Igor Demin
|
f9d3c56b0c
|
Multiplatform template in IDEA / Android Studio. Refactoring
|
4 years ago |
Igor Demin
|
94f8239087
|
Fix gradlew permissions
|
4 years ago |
Nikolay Igotti
|
f054e41879
|
Merge pull request #35 from JetBrains/jimgoog-patch-1
Update main.md
|
4 years ago |
Nikolay Igotti
|
73e85dede1
|
Merge pull request #37 from JetBrains/remove_copyright
Remove "Copyright 2020 The Android Open Source Project"
|
4 years ago |
Igor Demin
|
6009cdd6cb
|
Remove "Copyright 2020 The Android Open Source Project"
|
4 years ago |
Igor Demin
|
451f8084b7
|
Merge pull request #30 from JetBrains/fix_multiplatfrom_template
Fix multiplatform projects in IDEA / Android Studio
|
4 years ago |
Igor Demin
|
872e752f3e
|
Multiplatform template in IDEA / Android Studio. Add comment about issue
|
4 years ago |
Igor Demin
|
6c2457240b
|
Multiplatform template in IDEA / Android Studio. Add comment about issue
|
4 years ago |
Igor Demin
|
1fdbf6868d
|
Merge remote-tracking branch 'origin/master' into fix_multiplatfrom_template
# Conflicts:
# examples/imageviewer/desktop/build.gradle.kts
# examples/issues/desktop/build.gradle.kts
# examples/todoapp/desktop/build.gradle.kts
# templates/multiplatform-template/desktop/build.gradle.kts
|
4 years ago |
Igor Demin
|
cf3eaca690
|
Code Viewer Example, fix typo
|
4 years ago |
Igor Demin
|
e625072767
|
Code Viewer Example, comment about file in assets/data
|
4 years ago |
Igor Demin
|
5aa36d0685
|
Code Viewer Example
|
4 years ago |
jimgoog
|
9594e0b82a
|
Update main.md
Remove unnecessary "to"
|
4 years ago |
Igor Demin
|
3bbac40969
|
Merge pull request #29 from JetBrains/gitignore_unification
Unify .gitignore across all examples and templates
|
4 years ago |
Nikolay Igotti
|
765c1fd86d
|
CEF to dev97
|
4 years ago |
Nikolay Igotti
|
3876014768
|
Move to compose.desktop.currentOs
|
4 years ago |
Igor Demin
|
3b13944daf
|
Fix multiplatform projects in IDEA / Android Studio
Fixes:
- https://github.com/JetBrains/compose-jb/issues/21
We need to move buildscript from settings.gradle.kts to build.gradle.kts
See also https://youtrack.jetbrains.com/issue/KT-36331
- https://github.com/JetBrains/compose-jb/issues/22
kotlin("jvm") plugin doesn't work well with MPP modules.
To fix this issue we need to use kotlin("multiplatform") even if we targeting single platform.
See also https://youtrack.jetbrains.com/issue/KT-42823
|
4 years ago |
Igor Demin
|
c8812bd04b
|
Unify .gitignore across all examples and templates
|
4 years ago |
Nikolay Igotti
|
000507c755
|
Allow using mavenLocal() is samples.
|
4 years ago |
Andrew Rudenko
|
ef0f283872
|
lang fixes
|
4 years ago |
Andrew Rudenko
|
509649ab19
|
what is covered section
|
4 years ago |
Andrew Rudenko
|
5d01207015
|
rename index.md to README.md :)
|
4 years ago |