File tree Expand file tree Collapse file tree 4 files changed +29
-2
lines changed Expand file tree Collapse file tree 4 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1+ // Consider kotlin collections stable
2+ kotlin.collections.*
3+ 
4+ // Consider kotlinx.datetime models stable
5+ kotlinx.datetime.DayOfWeek
6+ kotlinx.datetime.Instant
7+ kotlinx.datetime.LocalDate
8+ kotlinx.datetime.LocalDateTime
9+ kotlinx.datetime.LocalTime
10+ kotlinx.datetime.TimeZone
11+ kotlin.time.Duration
12+ 
13+ kotlinx.coroutines.CoroutineScope
14+ 
15+ coil3.compose.AsyncImagePainter.State
Original file line number Diff line number Diff line change @@ -203,9 +203,13 @@ val buildWebApp by tasks.creating(Copy::class) {
203203    duplicatesStrategy =  DuplicatesStrategy .INCLUDE 
204204}
205205
206- //  Hot reload support
207206composeCompiler {
207+     //  Hot reload support
208208    featureFlags.add(ComposeFeatureFlag .OptimizeNonSkippingGroups )
209+     reportsDestination =  layout.buildDirectory.dir(" compose_build_reports" 
210+     stabilityConfigurationFiles.addAll(
211+         rootProject.layout.projectDirectory.file(" compose-stability.conf" 
212+     )
209213}
210214
211215aboutLibraries {
Original file line number Diff line number Diff line change @@ -82,7 +82,11 @@ dependencies {
8282    debugImplementation(compose.uiTooling)
8383}
8484
85- //  Hot reload support
8685composeCompiler {
86+     //  Hot reload support
8787    featureFlags.add(ComposeFeatureFlag .OptimizeNonSkippingGroups )
88+     reportsDestination =  layout.buildDirectory.dir(" compose_build_reports" 
89+     stabilityConfigurationFiles.addAll(
90+         rootProject.layout.projectDirectory.file(" compose-stability.conf" 
91+     )
8892}
Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ android {
9090//  Hot reload support
9191composeCompiler {
9292    featureFlags.add(ComposeFeatureFlag .OptimizeNonSkippingGroups )
93+     reportsDestination =  layout.buildDirectory.dir(" compose_build_reports" 
94+     stabilityConfigurationFiles.addAll(
95+         rootProject.layout.projectDirectory.file(" compose-stability.conf" 
96+     )
9397}
9498
9599compose.resources {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments