3a8ad45dec
Reverts and fixes 102f0d3
10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
package
|
|
|
|
package myApp {
|
|
internal fun needUmbrella(): kotlin.Boolean
|
|
}
|
|
|
|
package weatherForecast {
|
|
internal fun weatherToday(): kotlin.String
|
|
}
|