Skip to content

Instantly share code, notes, and snippets.

@Module
@InstallIn(ApplicationComponent::class)
class NetworkModule {
companion object {
private const val HTTP_REQUEST_TIMEOUT = 2L
}
@Singleton
@Provides
@Module
@InstallIn(ApplicationComponent::class)
class NetworkModule {
companion object {
private const val HTTP_REQUEST_TIMEOUT = 2L
}
@Singleton
@Provides
@akashmi
akashmi / designer.html
Last active August 29, 2015 14:18
designer
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../paper-ripple/paper-ripple.html">
<link rel="import" href="../google-map/google-map.html">
<link rel="import" href="../smoothie-chart/smoothie-chart.html">
<link rel="import" href="../notification-elements/notification-alert.html">
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-app.html">