Abduqodiri Qurbonzoda
40d1849f33
Migrate compiler, idea and others to new case conversion api
2021-04-08 03:22:02 +03:00
Nikolay Krasko
c868116535
Drop Bintray from wizards (KTI-528)
2021-03-30 12:34:08 +03:00
Nikolay Krasko
5631481747
Drop bintray kotlin-dev (KTI-528)
2021-03-30 12:34:03 +03:00
Nikolay Krasko
b903f87704
Drop kotin/kotlinx and kotlin/kotlinx.html bintray usages (KTI-528)
2021-03-26 21:08:45 +03:00
anastasiia.spaseeva
fb83c491bb
Update compose version to 0.3.1
2021-03-01 11:19:23 +01:00
anastasiia.spaseeva
cd23498cc4
Fix tests after libraries and wrappers versions updating
2021-03-01 11:19:23 +01:00
Ilya Goncharov
0a444bbc43
[Wizard, JS] Fix kotlin-redux version
2021-03-01 13:08:17 +03:00
Victor Turansky
bc42ab8a2c
Use optimized Ktor client (-0.5MB)
...
[Details](https://youtrack.jetbrains.com/issue/KTOR-1084 )
2021-03-01 11:33:26 +03:00
Victor Turansky
180f924989
Use appropriate kotlin wrappers version (1.4.21 -> 1.4.30)
2021-03-01 11:33:04 +03:00
anastasiia.spaseeva
1bb31bb36f
Update libraries and wrappers versions for 1.5.0
2021-02-26 17:28:37 +01:00
Nikolay Krasko
0a1e4fd7d7
Download ktor from maven central in wizard project
2021-01-14 21:24:47 +03:00
Dmitriy Novozhilov
9378d1ff31
[Test] Add nullability annotations on InTextDirectivesUtils methods
2021-01-12 18:35:15 +03:00
Alexander Udalov
ed9a0e514d
Regenerate tests and fir-tree
2021-01-03 14:53:41 +01:00
Ilya Kirillov
6230a7861a
Wizard: do not print plugin repositories in build files if all of them are default ones
...
Also, use space dev repo for kotlin dev plugins
2020-12-29 11:50:36 +01:00
Alexander Udalov
77a9d14f93
Capitalize/decapitalize only ASCII characters across project
...
Use {de,}capitalizeAsciiOnly and to{Lower,Upper}CaseAsciiOnly where
possible, and stdlib's functions with Locale.US everywhere else.
Otherwise, if the default system locale is Turkish, the capital latin
letter "I" is transformed in toLowerCase to "ı" (see
https://github.com/JetBrains/kotlin/blob/66bc142f92085047a1ca64f9a291f0496e33dd98/libraries/stdlib/jvm/test/text/StringJVMTest.kt#L119 ),
which for example breaks the codegen for `intArrayOf` in
KT-25400/KT-43405.
Similarly, lower case latin letter "i" is transformed to "İ".
#KT-13631 Fixed
#KT-25400 Fixed
#KT-43405 Fixed
2020-12-28 16:10:30 +01:00
Dmitriy Novozhilov
bc7e18fb8a
[TEST] Regenerate tests after previous commit
2020-12-16 19:52:28 +03:00
anastasiia.spaseeva
38b59ddabf
Wizard: Fix tests
2020-12-09 18:16:07 +03:00
anastasiia.spaseeva
71459db9dd
Wizard: Do not add bintray repoitory for eap versions
2020-12-09 18:16:06 +03:00
Ilya Kirillov
8eefcbb1d4
Wizard: update compose templates
...
#KT-43032 fixed
2020-10-31 16:57:05 +03:00
Ilya Kirillov
21928d8f51
Wizard: do not allow creating compose projects with gradle groovy
...
#KT-42983 fixed
2020-10-31 16:57:05 +03:00
Konstantin Tskhovrebov
ea34a588f3
Update KMM project wizard.
2020-10-20 12:03:17 +03:00
Ilya Kirillov
8dd80fe3c9
Wizard: fix maven testdata
2020-10-15 21:47:42 +03:00
Ilya Kirillov
394245ba4c
Wizard: do not run compose tests for Groovy dsl
2020-10-15 21:47:39 +03:00
Ilya Kirillov
ec1528e742
Wizard: use custom Kotlin version for compose project
2020-10-15 21:47:38 +03:00
Ilya Kirillov
b0bb03d761
Wizard: return junit back to android target
2020-10-15 21:47:36 +03:00
Ilya Kirillov
42914b4046
Wizard: add resolutionStrategy for mpp library template
2020-10-15 21:47:32 +03:00
Ilya Kirillov
f5d638eb8f
Wizard: do not create empty local.properties file
2020-10-15 21:47:30 +03:00
Ilya Kirillov
aeff3c2682
Wizard: regenerate tests
2020-10-15 21:47:28 +03:00
Ilya Kirillov
b7017c233e
Wizard: use different Kotlin version for compose templates
2020-10-15 21:47:25 +03:00
Ilya Kirillov
1cc007fcbf
Wizard: introduce Compose MPP template
2020-10-15 21:47:23 +03:00
Ilya Kirillov
7422690ea1
Wizard: fix InvalidModuleDependencyError error message
2020-10-15 21:47:19 +03:00
Ilya Kirillov
db069c3264
Wizard: add compose desktop template
2020-10-15 21:47:08 +03:00
Ilya Kirillov
d547cb9ee6
Wizard: introduce mobile mpp module template & allow module templates for mpp modules
2020-10-15 21:47:04 +03:00
Ilya Kirillov
ac6b9e4aa0
Wizard: add android extensions plugin only by flag
2020-10-15 21:47:02 +03:00
Ilya Kirillov
ed924a1c99
Wizard: change custom maven repositories rendering
2020-10-15 21:47:00 +03:00
Ilya Kirillov
31dac65a39
Wizard: remove extra line break in build files
2020-10-15 21:46:57 +03:00
Ilya Kirillov
9948c265df
Wizard: add setting to hide version & groupId in gradle
2020-10-15 21:46:56 +03:00
Ilya Kirillov
d3e99bd7a7
Wizard: simplify custom maven repository syntax for Gradle
2020-10-15 21:46:55 +03:00
Ilya Kirillov
3ef12e32ee
Wizard: update libraries versions
2020-10-15 21:46:51 +03:00
Ilya Kirillov
fa8951c19e
Wizard: move common repositories to the allprojects section
2020-10-15 21:46:49 +03:00
Ilya Kirillov
e824199169
Wizard: remove resolutionStrategy from settings.gradle
2020-10-15 21:46:48 +03:00
Ilya Kirillov
8b89eb5dc8
Wizard: clean activity_main.xml & AndroidManifest.xml files
2020-10-15 21:46:41 +03:00
Ilya Kirillov
733cd8891a
Wizard: simplify android configuration
2020-10-15 21:46:40 +03:00
Kirill Shmakov
3075de917b
Add useAndroidX property into mobile library template KT-42123
2020-09-29 16:22:56 +03:00
Kirill Shmakov
ac9b5dabfc
Clarify test names to avoid clashes in resolve
...
This is to workaround problem described in #KT-41342
2020-09-29 16:22:54 +03:00
Ilya Kirillov
0edbdaf0c7
Wizard: use EAP Kotlin versions for running import tests
2020-09-25 21:38:36 +03:00
Ilya Kirillov
ca3b327592
Wizard: add missing jvm target version for tests in Groovy DSL
...
#KT-41958 fixed
2020-09-17 00:29:48 +03:00
Ilya Kirillov
ee2f0f45fc
Wizard: ignore Kotlin repo in tests
...
They may differ sometimes as they depend on the latest Kotlin release
2020-09-17 00:29:47 +03:00
Ilya Goncharov
2c4c8cdf01
[Wizard] Update versions in wizard
2020-09-10 19:25:26 +03:00
Ilya Goncharov
668098f3a8
[Gradle, JS] Add simple files without kotlinx.html
...
^KT-41696 fixed
2020-09-09 17:24:08 +03:00