Split kotlin-stdlib-jdk8 and kotlin-reflect libraries
Kotlin plugin uses own kotlin stdlib artifact (not kotlin stdlib bundled into IDEA) so we have to use two libraries to make it look more production like Also this commit should fix broken incremental compilation in kt-212-master on TeamCity because now we have to bootstrap only kotlinc.kotlin-stdlib. Previously, we had to bootstrap kotlin-stdlib-jdk8 which caused problems with incremental compilation because whole monorepo depends on this artifact GitOrigin-RevId: 23b2a70604c5c578983b0d76cb8634b9ed301a59
Showing
+70 -29
.idea/libraries/kotlinc_kotlin_reflect.xml
0 → 100644
.idea/libraries/kotlinc_kotlin_stdlib.xml
0 → 100644
Please register or sign in to comment