• Nikita Bobko's avatar
    Split kotlin-stdlib-jdk8 and kotlin-reflect libraries · 4b3ff665
    Nikita Bobko authored
    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
    4b3ff665